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


