I would like to check and test if my installation of ARM toolchain has been correctly done on my ubuntu. which command should I issue ?
Thank you very much. Bye
Do you mean "ARM toolchain" (ie, from ARM themselves), or do you mean GCC ?
Usually, if the command to invoke the compiler works, it mist be properly installed.
With GCC, you can easily check with the -v option - which will give you version info. No doubt the ARM compiler has similar