S32DS for ARM /bin/sh: ccarm: command not found

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

S32DS for ARM /bin/sh: ccarm: command not found

2,920 Views
gáborszüts
Contributor I

after starting the compile session i got the following error on several files:

/bin/sh: ccarm: command not found

After that the build is terminating.

I am using GHS ARM Standalone Executable Toolchain

Labels (1)
0 Kudos
1 Reply

2,140 Views
stanish
NXP Employee
NXP Employee

Hi Gabor,

you probably observe this error.

pastedImage_1.png

In order to build GHS based project in S32DS you should setup the build variable S32DS_GHS_PATH.

Go to Window -> Preferences -> C/C++ -> Build -> Build Variables (Show system varaibles) and enter the ghs tools path. 

Note:  If you switch your workspace to a new one - you should re-enter this path again.

pastedImage_2.png

Then you should be able to build GHS S32DS project:

pastedImage_16.png

Hope it helps!

Stan