I am using DS-5 eclipse to create Hello world project referring to this. I got output file HelloWorld.axf file. I have transferred to target and tried to execute. I got following error
HelloWorld.axf
firefly@firefly:~$ ./HelloWorld.axf Killed
./HelloWorld.axf
I am not understanding, what are the properties should i consider while creating executable. Please help me to solve this issue .
Please guide how to use ARM Compiler to build and execute the programme on ARM ubuntu?
I'm not sure it's supported in the ARM compiler any more (it was briefly some years ago). Based on the current compiler selection guide:
C/C++ Compilers for ARM – ARM Developer
... all of the ARM Compiler releases are designed for bare-metal development without an OS, and the recommended C compiler for Linux development is GCC.
HTH, Pete