Tool/software: TI C/C++ Compiler
General knowledge question.
In searching could you please explain the naming of the compilers.
If we use for example the ARM under the AM578 it lists:
TIV16.9.4.LTS
GNUV6.3.1(Linaro)
if I use the -gcc option under your TIV16.9.4 compiler to support gcc extensions, how does that differ from selecting the GNUV6.3.1 (Linaro)
Is the GNU compiler just not written by TI that supports this target platform that is a gcc compiler? So I would have to go to company linaro and look up the docs for their compiler to see any subtle if any differences on how it interprets gcc?
Thanks.