Cannot execute binary file

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

Cannot execute binary file

436 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dimitris on Wed Feb 05 07:51:42 MST 2014
Good afternoon from the NXP workshop in Houten NL.
We seem to have some problems running in Linux over here. Using the LpcXpresso IDE to debug a simple led toggling app we get the message

/bin/bash: /home/********/workspace/test01/Debug/test01.axf: cannot execute binary file
/bin/bash: /home/********/workspace/test01/Debug/test01.axf: Success

Any ideas?

Best regards,
Dimitris
Labels (1)
0 Kudos
2 Replies

412 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Wed Feb 05 13:01:16 MST 2014

Quote: dimitris
Good afternoon from the NXP workshop in Houten NL.
We seem to have some problems running in Linux over here. Using the LpcXpresso IDE to debug a simple led toggling app we get the message

I hope you have real hardware such as an LPCXpresso board to run this on.  The LPCXpresso IDE does not have a simulator.
0 Kudos

412 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Wed Feb 05 11:20:53 MST 2014
Sound like you are trying to run the executable file on Linux. An axf file is an arm binary that needs to be loaded on a target MCU.
0 Kudos