This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I check if my ARM toolchain has been correctly installed on the Ubuntu ?

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