Tool/software: TI C/C++ Compiler
Hello,
are the TI ARM Code Generation Tools also available for the Cortex-A15 as a host?
I want to compile code for the M4 cores on the A15 running Linux.
Thanks,
Ralf
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hello,
are the TI ARM Code Generation Tools also available for the Cortex-A15 as a host?
I want to compile code for the M4 cores on the A15 running Linux.
Thanks,
Ralf
The TI ARM compiler has full support for Cortex-M4 CPU cores.
For Cortex-A15 CPU cores, the support is partial. In that case, you are limited to building for a Cortex-A8 core. The generated code can execute on a Cortex-A15 CPU, but does not use any of the new features the Cortex-A15 has the Cortex-A8 lacks.
Thanks and regards,
-George
Ralf Goebel said:I actually want to run the compiler on the A15 host, generating code for the M4 cores on the same chip.
I'm sorry I misunderstood that. You stated it clearly.
The TI ARM compiler does not support being hosted on Cortex-A15 Linux systems. Use the GCC ARM compiler for that.
Thanks and regards,
-George