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.
DS-5 Debugger itself is fine for debugging Linux or Android applications.
DSTREAM (the hardware unit) is not intended for Linux application debug though, so typically you'd connect over serial or USB, rather than having a debug unit connecting over JTAG.
Thanks,
Joe