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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

4,710件の閲覧回数
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,930件の閲覧回数
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