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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

4,699 次查看
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

标签 (1)
标记 (3)
0 项奖励
回复
1 回复

3,919 次查看
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