Tool/software: TI C/C++ Compiler
I'm a segmentation fault when trying to compile a file.
Preprocessed file attached with build console output below:
*** Build of configuration QualTest for project Test ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 tests/QualTest2/QualTest2.obj -O
'Building file: ../tests/QualTest2/QualTest2.cpp'
'Invoking: C6000 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.1.3/bin/cl6x" -mv6740 -Ooff -ms0 --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.1.3/include" --include_path="C:/p4clients/palmtree/Development/project/VHF_2.0/SW/platform/Avidyne/Radio" --include_path="C:/p4clients/palmtree/Development/project/VHF_2.0/SW/platform/Avidyne/Radio/Messages" --include_path="C:/p4clients/palmtree/Development/project/VHF_2.0/SW/Test/avitest/include" -g --define=c6746 --diag_warning=225 --diag_wrap=off --mem_model:data=far --preproc_with_compile --preproc_dependency="tests/QualTest2/QualTest2.d" --obj_directory="tests/QualTest2" "../tests/QualTest2/QualTest2.cpp"
>> Compilation failure
tests/QualTest2/subdir_rules.mk:9: recipe for target 'tests/QualTest2/QualTest2.obj' failed
INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-c6000_8.1.3\bin\acpia6x.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0
This is caused by a defect in the compiler itself. TI Customer
Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue". Include this ENTIRE error message and a
copy of the .pp file created when option --preproc_with_comment
(-ppc) is used.
gmake: *** [tests/QualTest2/QualTest2.obj] Error 1
**** Build Finished ****