unable to complete my first project using STM32f103c8t6 in eclipse
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-26 10:19 AM
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.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-29 5:50 AM
Posted on August 29, 2016 at 14:50
Hi,
Just ensure that the include paths is set up correctly.RegardsOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-29 9:37 AM
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