Skip to main content
farabiahmed
Associate II
March 30, 2010
Question

Eclipse library Problem with STM32F103

  • March 30, 2010
  • 4 replies
  • 963 views
Posted on March 30, 2010 at 22:11

Eclipse library Problem with STM32F103

    This topic has been closed for replies.

    4 replies

    kamputty
    Associate II
    May 17, 2011
    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
    May 17, 2011
    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?

    damh
    Associate III
    May 17, 2011
    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
    May 17, 2011
    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..