cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse library Problem with STM32F103

farabiahmed
Associate II
Posted on March 30, 2010 at 22:11

Eclipse library Problem with STM32F103

4 REPLIES 4
damh
Associate II
Posted on May 17, 2011 at 13:45

The c-files are missing in the project or only in the linker command?

stm32f10x_exti.c, ...

farabiahmed
Associate II
Posted on May 17, 2011 at 13:45

C files are in the directory, I think there was a linker problem, or makefile problem, How can I solve this issue?

kamputty
Associate II
Posted on May 17, 2011 at 13:45

make sure to actually ADD the supporting C files to the project, else it will not link them...just being the the directory does not do this

farabiahmed
Associate II
Posted on May 17, 2011 at 13:45

Yes, Sure, I also add them to the project.

I want to say that, this project is the sample of Eclipse,  this code is only for blink a led. I'm trying to modify it to don't loose time to configure a new project. But I'm trying for 2days:(

Is creating a new project gets lots of my time than trying this?

Thanks in advance..