TI C6000 Linker v8.5.0-LTS Segmentation Fault Reproduction
==========================================================

Environment:
- TI C6000 CGT v8.5.0.LTS (ti-cgt-c6000_8.5.0.LTS)
- Windows 10
- TI C6678 target

The linker crashes with a segmentation fault when linking a large embedded
application using SYS/BIOS, NDK, IPC, and PDK libraries.

ERROR MESSAGE:
--------------
INTERNAL ERROR: c:\ti\ccsv7\tools\compiler\ti-cgt-c6000_8.5.0.LTS\bin\lnk6x.exe experienced a segmentation fault

This is caused by a defect in the TI Linker.
TI Customer Support may be able to suggest a workaround to avoid this.

To Reproduce:
-------------
1. Extract this archive to a directory
2. Open a command prompt
3. Run: cl6x -@lc.txt

Or directly:
cl6x --run_linker --map_file=output.map --reread_libs --rom_model --warn_sections -o output.xe66 linker.cmd

Files Included:
---------------
- lc.txt: Linker command line options (one per line)
- linker.cmd: Linker command file with memory map and sections
- *.oe66: Application object files (compiled with v8.5.0-LTS)
- *.ae66: Library archives (from BIOS 6.52, NDK 2.26, PDK c667x 2.0.8)
- libc.a: Runtime library from CGT 8.5.0-LTS

Notes:
------
- This same application links successfully with CGT v8.2.2
- The object files were compiled with CGT v8.5.0-LTS
- The libraries are from TI SDKs built with earlier compiler versions
