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.
Team,
Some feedback from customer:
a) The below compiles ok (even if some characters are not recognized):
C:\TI\ccsv5\tools\compiler\c6000_7.4.1\bin>cl6x.exe hello.c --abi=eabi --gcc -I="..\"
- while this one generates a segmentation error (probably because of the unrecognized " character):
C:\TI\ccsv5\tools\compiler\c6000_7.4.1\bin> set C6X_C_OPTION=--abi=eabi --gcc -I="..\"
C:\TI\ccsv5\tools\compiler\c6000_7.4.1\bin>cl6x.exe hello.c
INTERNAL ERROR> cl6x.e experienced a segmentation fault while processing
b) Also there seems to be a typo in SPRU187 page 39.
At section 2.4.1 for windows the ";" does not seem to be needed.
set C6X_C_OPTION= --gcc ;--include_path=../include
C:\TI\ccsv5\tools\compiler\c6000_7.4.1\bin>cl6x.exe hello.c
Does not work but removing the ";" does work.
Anthony