nlate Posted October 28, 2012 Report Share Posted October 28, 2012 (edited) Dear MidiBx community I switched over to Eclipse based MIOS32 toolchain according to the well written doku at: http://www.midibox.o....php?id=eclipse Set the Window->Preferences->C/C++->Built->Environment variables I also set the Windows Environment variables to: set MIOS32_PATH=/G/mios32 set MIOS32_BIN_PATH=/G/mios32/bin and set MIOS32_GCC_PREFIX=arm-none-eabi set MIOS32_FAMILY=STM32F10x set MIOS32_PROCESSOR=STM32F103RE set MIOS32_BOARD=MBHP_CORE_STM32 set MIOS32_LCD=universal according to http://www.midibox.o..._toolchain_core When I built my project I always get a bunch of warnings like: Invalid project path: Include path not found (\G\mios32\FreeRTOS\Source\include). midibox_kb_v1 pathentry Path Entry Problem But the compilation outputs project.hex successfully and it can be downloaded and run on the target device. How can I avoid these nasty warnings? Sugestions and help welcome! Thanks in advance Jo Edited October 28, 2012 by nlate Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.