Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when I type "make" #2

Open
Disminder opened this issue Dec 21, 2013 · 1 comment
Open

Error when I type "make" #2

Disminder opened this issue Dec 21, 2013 · 1 comment

Comments

@Disminder
Copy link

make: *** No rule to make target "system_stm32f10x.o", needed by "Demo.elf". Stop.

I only change paths to periph.library and to gcc.

Why it appear and how to fix it?

@geoffreymbrown
Copy link
Owner

I've been looking at what might be going on. I noticed that ST has changed
the layout of the CMSIS directory. I'm using the latest which has this
form:

....../Libraries/CMSIS/Device/ST/

whereas the one distributed with the discovery kit has this form:

....../Libraries/CMSIS/ST/STM32F0xx

I think that you'll need to change this line in Makefile.common

DEVICE=$(LIBROOT)/CMSIS/Device/ST/STM32F0xx

to

DEVICE=$(LIBROOT)/CMSIS/ST/STM32F0xx

On Sat, Dec 21, 2013 at 7:31 AM, Disminder [email protected] wrote:

make: *** No rule to make target "system_stm32f10x.o", needed by
"Demo.elf". Stop.

I only change paths to periph.library and to gcc.

Why it appear and how to fix it?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants