ATK Tool Modification - Error

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

ATK Tool Modification - Error

Jump to solution
1,040 Views
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 Kudos
1 Solution
903 Views
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>

View solution in original post

0 Kudos
1 Reply
904 Views
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 Kudos