Jump to content

Recommended Posts

Posted (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

post-6136-0-13118000-1351451413_thumb.jp

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

post-6136-0-02787900-1351451524_thumb.jp

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

post-6136-0-29335400-1351451564_thumb.jp

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 by nlate

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...