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.

Compiler/TM4C1294NCPDT: INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-arm_15.12.1.LTS\bin\armlnk.exe experienced an unhandled exception

Part Number: TM4C1294NCPDT

Tool/software: TI C/C++ Compiler

Trying to build the bootloader for the TM4C1294. Experiencing  Fatal Error during linking. Need help from TI Tech support...

**** Build of configuration Debug for project boot_uart ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all

'Building target: RoyaleIII_boot.out'

'Invoking: ARM Linker'

"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -O2 -g --gcc --define=ccs --define=ccs="ccs" --define=PART_TM4C1294NCPDT --diag_warning=225 --gen_func_subsections=on --abi=eabi --ual -z -m"RoyaleIII_boot.map" --stack_size=512 --heap_size=0 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --reread_libs --warn_sections --xml_link_info="boot_uart_linkInfo.xml" -o "RoyaleIII_boot.out" "./bl_check.obj" "./bl_flash.obj" "./bl_main_tiva.obj" "./bl_packet.obj" "./bl_startup_ccs.obj" "./bl_uart.obj" "./gpio.obj" "./sw_crc.obj" "./sysctl.obj" "./uart.obj" "../tm4c1294ncpdt.cmd" -l"libc.a"

<Linking>

INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-arm_15.12.1.LTS\bin\armlnk.exe experienced an unhandled exception

This is caused by a defect in the compiler itself. TI Customer

Support may be able to suggest a workaround to avoid this.

Upgrading to the newest version of the compiler may fix this problem.

Contact TI in the E2E support forums at http://e2e.ti.com under

"Development Tools", "TI C/C++ Compiler". See the link titled

"Submitting an issue". Include this ENTIRE error message and a

copy of the .pp file created when option --preproc_with_comment

(-ppc) is used.

 

>> Compilation failure

gmake: *** [RoyaleIII_boot.out] Error 1

gmake: Target `all' not remade because of errors.

**** Build Finished ****