Skip to main content
sudheer_kmn
Associate II
August 26, 2016
Question

unable to complete my first project using STM32f103c8t6 in eclipse

  • August 26, 2016
  • 2 replies
  • 723 views
Posted on August 26, 2016 at 19:19

I am doing blink led simple project I got one error in eclipse while building some one please help me...screen shot attached.

    This topic has been closed for replies.

    2 replies

    slimen
    Visitor II
    August 29, 2016
    Posted on August 29, 2016 at 14:50

    Hi,

    Just ensure that the include paths is set up correctly.

    Regards

    andre23
    Associate II
    August 29, 2016
    Posted on August 29, 2016 at 18:37

    Eclipse didn't find ''make'' (that was the second error in your error-list)

    loacte your compiler and check if a there is a ''Make'' avaliable (may be its ''cs-make'' so you just need to change the build-command in the eclipse-project settings)

    If you have no ''make'' then search and install ''msys'' (this should also solve your missing ''echo'') and select in the package-downloader ''make'' and ''msys-coreutils''.

    If you won't add the PATH to your environment (because its need a restart),

    the simplest way is to start Eclipse everytime over a batch-File.

    E.g. :

    PATH=%cd%\..\gcc-arm-none-eabi-win32\bin;%PATH%

    PATH=%cd%\..\yagarto-tools\bin;%PATH%

    PATH=%cd%\..\mingw\msys\1.0\bin;%PATH%

    start eclipse.exe