I am trying to compile the Eigen Math library for my AM3359 running Sys/BIOS using code composer studio. I am trying to compile it using the TI v5.2.0 compiler in code composer studio. I have enabled the GCC extensions for the TI compiler.
When I try to compile code that the Eigen/Geometry transforms, the compiler segfaults. I get the error described below. I have uploaded an example project here. Does anyone have any recommendation on how to debug or get around this error?
INTERNAL ERROR: c:\ti\ccsv6\tools\compiler\ti-cgt-arm_5.2.0\bin\armacpia.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.
Thank you for the help.