However, the library is built in COFF format. I do not have the original library code (neither the assembly), so I can't recompile to EABI as the wiki "C6000_EABI_Migration" suggests. I tried to configure the compiler with --abi=coffabibut I got this error: <Linking> error #10016-...
e2e.ti.com/.../EABI-Support-in-C6000-Compiler-_2D00_-Texas-Instruments-Wiki.pdf --- 要从NOR 加载和引导、请访问此处 http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_how_to_guides.html#flashing-and-boot 此致 Shankari 向上 0 True 向下 admin ...
In the C6000 Assembly Language Tools v7.3 User's Guide, Section 7.3.33 talks about theautoinitialization, and that is probably where you found the --zero-init=off command. According to that section, ANSI C expects the zero fill of all uninitialized variables. Our COFF linker did not sup...
2018-12-27 17:07:23.196 10907-10906/? A/google-breakpad: M E53C6000 00000000 00005000 E31B2D2FE2C3534CE370C592CF73A8940 libqti-at.so 2018-12-27 17:07:23.197 10907-10906/? A/google-breakpad: M E5904000 00000000 0023F000 3C579F5874B5309635E4AA01538D5ED70 libart-compiler.so ...
For newer C674x and C66x platforms,we have ELF support enabled using MATHLIB. The only guidance that I can provide for this is to refer to the EABI migration guide and C6000 compiler documentation that lists all the symbols in RTS library that have been updated for ELF support. pr...