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.

C7000-CGT: Error with TI C/C++ Optimizer

Part Number: C7000-CGT

Tool/software:

Hi TI support team,

I'm trying the compile - https://github.com/kmackay/micro-ecc/tree/master with `ti-cgt-c7000_4.1.0.LTS` as below:

`
C:\ti\ti-cgt-c7000_4.1.0.LTS\bin\cl7x.exe --compile_only --c_file=.\micro-ecc-master\uECC.c -O3 -ea.se71 --c99 --include_path=C:\ti\ti-cgt-c7000_4.1.0.LTS\include --preproc_with_compile --preproc_dependency=.\uECC.c.obj.d --output_file=.\uECC.c.obj
`
and facing the below error:


And as suggested by the comments, used --preproc_with_comment as:  "C:\ti\ti-cgt-c7000_4.1.0.LTS\bin\cl7x.exe --compile_only --c_file=C:\Users\HendryNewman\Downloads\micro-ecc-master\uECC.c -O3 -ea.se71 --c99 --include_path=C:\ti\ti-cgt-c7000_4.1.0.LTS\include --preproc_with_comment --output_file=uECC.pp"