Problems during build procedure

“### Real-Time Workshop build procedure for model: ‘controller_Olimexino_STM32’ aborted due to an error.”

There are a few possible errors with multiple causes during the build procedure

Gmake: *** [model.obj] Error 1

After pressing the ‘Build model’ button or Ctrl+b the following error appears:

[content_box width=”” minheight=””]### Compiling model.c -o model.obj arm-none-eabi-gcc: error: tar-get\trunk\Target\controller_Olimexino_STM32_ert_rtw: No such file or directory arm-none-eabi-gcc: error: target\trunk\Target: No such file or directory gmake: *** [model.obj] Error 1 ### Real-Time Workshop build procedure for model: ‘controller_Olimexino_STM32’ aborted due to an error. >> [/content_box]

Possible problem:

There is a space in the folder where the model resides. Because of this the compiler cannot find the specified folder. See above: the compiler is directed to ‘target\trunk\Target\controller_Olimexino_STM32_rtw’, this path is missing the ‘C:\…” The full path was: ‘C:\STM32  target\trunk\Target\controller_Olimexino_STM32_rtw’.