Tool/software: TI C/C++ Compiler
Hello,
SPNU151I 2.3.4, --abi=eabi is the default, and I read somewhere that this implies ELF format.
However, we have gcc-arm-none-eabi-4_9-2015q3 toolchain also found in ccsv6/tools/compiler folder.
Why the gcc tool is has “none-eabi” in its name?
- Is it less capable than TI’s own compiler which produces eabi?
- If we have an .obj file produced by TI eabi compiler, and we try to link it with gcc-arm-none-eabi’s linker (which file?), would that fail?
- Given that eabi is a long-established standard, it sounds a little stupid that gcc tool chain does not support it. Any reason for that?
Dave