Missing compiler S32 Studio

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Missing compiler S32 Studio

668 Views
Greavesinator85
Contributor III

I can't find a compiler in S32 Studio 3.6.4 for S32K3x8 EVB.

 

arm-none-eabi-gcc "@board/Siul2_Port_Ip_Cfg.args" -MMD -MP -MF"board/Siul2_Port_Ip_Cfg.d" -MT"board/Siul2_Port_Ip_Cfg.o" -o "board/Siul2_Port_Ip_Cfg.o" "../board/Siul2_Port_Ip_Cfg.c"

make: *** [generate/src/subdir.mk:26: generate/src/Igf_Port_Ip_Cfg.o] Error 127

/bin/sh: line 1: arm-none-eabi-gcc: command not found

make: *** [generate/src/subdir.mk:26: generate/src/OsIf_Cfg.o] Error 127

/bin/sh: line 1: arm-none-eabi-gcc: command not found

make: *** [board/subdir.mk:23: board/Tspc_Port_Ip_Cfg.o] Error 127

/bin/sh: line 1: arm-none-eabi-gcc: command not found

make: *** [board/subdir.mk:23: board/Siul2_Port_Ip_Cfg.o] Error 127

0 Kudos
Reply
1 Reply

641 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Greavesinator85,

Which RTD version are you using? It seems that the toolchain is not selected within your project.

Does this happen with example projects as well? When creating the project, have you selected the "Create new S32DS application project" option? 

You can try manually adding the toolchain path to your project properties, however, I suggest creating a new project to avoid any other configuration issues related to this.

Best regards,
Julián

0 Kudos
Reply