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.

defect in the compiler CCS : 6.1.2.00015


**** Build of configuration Debug for project gpioLEDBlink ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k -j 2 -s all
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/gpio/gpioLEDBlink.c'
'Invoking: ARM Compiler'
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/gpio/gpioLEDBlink.c'
' '
'Building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/Debug/gpioLEDBlink.out'
'Invoking: ARM Linker'
<Linking>
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to
"rtsv7A8_A_le_eabi.lib", but "rtsv7A8_A_le_eabi.lib" was not found
error #10198-D: no input section is linked in
warning #10062-D: entry-point symbol "_c_int00" undefined
warning #10202-D: no suitable entry-point found; setting to 0

INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-arm_15.12.0.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: *** [../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/Debug/gpioLEDBlink.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

  • I can partially reproduce this error.  I can reproduce this ...

    Praneet Ahluwalia said:
    warning #10207-D: automatic RTS selection: resolving index library "libc.a" to
    "rtsv7A8_A_le_eabi.lib", but "rtsv7A8_A_le_eabi.lib" was not found

    but nothing after that.  In my case, the link goes on to fail because it cannot resolve some symbols which are supplied by that RTS library.  

    I submitted SDSCM00052668 the SDOWP system to have this investigated.  Feel free to follow it with the SDOWP link in my signature.

    Thanks and regards,

    -George