Hi,
I've followed the steps to import the adapted project, that the user Gurnani posted as solution on http://e2e.ti.com/support/embedded/multimedia_software_codecs/f/356/t/166075.aspx.
There is no variable errors and such. The build steps complete without errors, just a few warnings.
However, the linker crashes, and I can't figure out why. I'm using CCS 5.1.1.00031
Can someone please help. The error output itself says to ask for support, and that this is a 'serious problem'.
There is the linker output error:
'Building target: TestAppDecoder.out'
'Invoking: C6000 Linker'
"C:/CCs_v5/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g --define="XDM1" --diag_warning=225 --gen_func_subsections=on --no_bad_aliases --abi=eabi --auto_inline=256 --output_all_syms --strip_coff_underscore -z -m"TestAppDecoder.map" --warn_sections -i"C:/CCs_v5/ccsv5/tools/compiler/c6000/lib" -i"C:/CCs_v5/ccsv5/tools/compiler/c6000/include" -i"C:/multicore/TestAppDecoder" -i"C:/multicore/TestAppDecoder/../../../Build" -i"C:/CCSTUD~1.3/C6000/csl/lib" -i"C:/multicore/TestAppDecoder/../../../../Lib" -i"C:/Program Files (x86)/Texas Instruments/bios_6_33_02_31/packages/ti/bios/lib" --reread_libs --rom_model -o "TestAppDecoder.out" -l"./configPkg/linker.cmd" "./tsc_h.obj" "./ijpegdec.obj" "./alg_malloc.obj" "./alg_create.obj" "./TestAppDecoder.obj" "./TestAppConfigParser.obj" -l"C:\Program Files (x86)\Texas Instruments\C66x_jpegdec_03_01_00_01_ELF\packages\ti\sdo\codecs\jpegdec\lib\jpegdec_ti.le66" -l"libc.a" "../JPEGDecApp.cmd"
<Linking>
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
user_msg_api.c:211:internal fatal error #99926: (ofile_error_handler():
TestAppDecoder.out: illegal operation: writing 0x1fffffbc bytes to offset
0x0 in section ".text:JPEGIDEC_TI_cSect" exceeds its formatted size
(0x227a0))
INTERNAL ERROR: C:\CCs_v5\ccsv5\tools\compiler\c6000\bin\lnk6x.exe 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.
Thanks,
Weber