Hi,
we want to migrate to Code Generation Tools version 15.12.1.LTS (until now we are using version 5.1.6). However, when building an existing application using the new tools the linker stops with the following error:
INTERNAL ERROR: C:\TI\TI ARM Code Generation Tools 15.12.1.LTS\bin\armlnk.exe experienced an unhandled exception
We are calling the linker using the following options (among others):
- -l "C:\TI\TI ARM Code Generation Tools 15.12.1.LTS\bin/../lib/rtsv7R4_T_be_v3D16_eabi.lib"
- --reread_libs
- --rom_model
- --warn_sections
- --be32
- --issue_remarks
- --display_error_number
- --disable_auto_rts
- --fill_value=0
- --minimize_trampolines
What we encountered so far: When removing the --minimize_trampolines option the application can be linked without any problems.
Please let me know if you need additional information.
Many thanks in advance,
Stefan