Topic : RIDE7 COMPILER

Forum : Ride IDE

Original Post
Post Information Post
December 20, 2009 - 4:29am
Guest

Dear friend,
When I uses RIDE7(Version: 7.24.09.0251) and RKit-ARM for RIDE7 (Version: 1.22.09.0254) build a project, RIDE7 give a failed message:

Building C:\Raisonance\Ride\examples\ARM\REva\STM32F103_Toggle\main.c
Running: GCC
\"C:\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe" -MD -D_STM32F103RBT6_ -D_STM3x_ -D_STM32x_ -mthumb -mcpu=cortex-m3 "C:\Raisonance\Ride\examples\ARM\REva\STM32F103_Toggle\main.c" -o "C:\Raisonance\Ride\examples\ARM\REva\STM32F103_Toggle\main.o" -I "." -I "C:\Raisonance\Ride\Lib\ARM\include" -c -fsigned-char -g -ffunction-sections -mlittle-endian
arm-none-eabi-gcc.exe: CreateProcess: No such file or directory

Build failed
-----------------------------------------------------------------------------------
I have checked the document, I can find all is OK.
Do someone know how to fix it.

Replies
Post Information Post
+1
0
-1
December 21, 2009 - 9:31am
Raisonance Support Team

Hi,

Can you try to launch the compiler command-line form a DOS box? If the compiler is not available, you may have to reinstall your RKit-ARM.

Another issue that you may have is that you installed Ride7 and your RKit in a directory different from the standard C:\Program Files\Raisonance, and you upgraded Ride7 in a different directory. In this case, you will have to reinstall Ride7+RKit-ARM.

Let us know if this fixed your problem,
Bruno

+1
0
-1
December 21, 2009 - 4:17pm
Guest

Hi

As Bruno said the first thing to verify is that C:\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe exists on your machine.
If it exists and you have this error message it should from GCC uncompatibility.
In that case you need to rename the environment variable GCC_EXE_PREFIX and restart Ride7.

Regards
Matloub