We are going to start a new project with a Freescale iMX6, the RTOS is a linux and we would like to know if is possible to compile the applications with the arm compiler or is only possible to make them with the gnu compiler.
We have the DSTREAM to debug and we would like to know if we can use it or it's necessary to use the gdbserver.
Thanks.
Josep.
For Linux & Linux applications - GNU compiler is what you would use. ARM Compiler is intended for bare-metal (without an OS) development, or RTOS (such as Keil RTX) development. There may be some aspect of this in your i.MX6 development which would mean using DSTREAM.
Thanks,
Joe