ATK Tool Modification - Error

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

ATK Tool Modification - Error

ソリューションへジャンプ
1,997件の閲覧回数
arumugamramasam
Contributor II

Hi,

I am trying to modify the ATK tool source code using GCC compiler under Linux (not using Cygwin from Windows). First of all I was not able to locate the version of ARM GCC compiler (GCC-4.1 tool chain) for linux as specified in the Application Note AN3985. Hence I have downloaded a previous version form GNUARM site. When I tried to compile using make command, it throws an error message as attached. Kindly help me to resolve this issue. Also if the problem is because of the compiler version, please let me know where I can get the 4.1 version tool chain for Linux.

Thanks,

Arumugam R

0 件の賞賛
返信
1 解決策
1,860件の閲覧回数
Yuri
NXP Employee
NXP Employee

Please check if the GNU arm cross compiler is installed and "mentioned" in the  path environment variable.
Somewhat as :

export PATH=$PATH:<path_to_arm-elf-bin>

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,861件の閲覧回数
Yuri
NXP Employee
NXP Employee

Please check if the GNU arm cross compiler is installed and "mentioned" in the  path environment variable.
Somewhat as :

export PATH=$PATH:<path_to_arm-elf-bin>

0 件の賞賛
返信