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.

Compiler/RM48L952: Segfault in armacpia

Part Number: RM48L952

Tool/software: TI C/C++ Compiler

This file: https://gist.github.com/daniellandau/bb515809406b527371a7d4ddb7f245e9

INTERNAL ERROR: /home/dlandau/ti/ccsv6/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/armacpia experienced a segmentation fault
                  while processing function (unknown or file scope) file (unknown) line 0

Simply passing the file to armcl with no flags is enough. I'm running on Linux. The error stems from the lines with a (csp_packet_t *)->data access, commenting thoseout lets the compilation go through (which doesn't help as those lines are needed).