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.

internal fatal error #99926

Hi,

I am developing project for C66x DSP using CCS 5.2.0 and Linux.

7.3.x linker fails when I try to build my RTSC project with the following error:

<Linking>
DIAG/user_msg_api.c:211:internal fatal error #99926: (ofile_error_handler():
   transcode.out: illegal operation:  writing 0x1ffffeb8 bytes to offset 0x0 in
   section ".text" exceeds its formatted size (0x62fe0))

INTERNAL ERROR: /home/mrlika/ti/TI_CGT_C6000_7.3.7/bin/lnk6x aborted

This is a serious problem.  Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.

>> Compilation failure

But I can successfully compile the project without changes using CGT 7.2.x.

The error appears only when the project tries to link with MPEG2 Decoder 02.02.00.02 (mpeg2vdec_ti.le66). When project does not need linking with MPEG2 Decoder the build also succeeds.

Is there any way to link with MPEG2 Decoder but still use latest CGT 7.3.x?