We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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