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.

Exceptions stopped working

Hello,

We've been using CCS v5.2.1 for C6748, compiler version 7.3.7, with SYS/BIOS 6.33.05.46, the project has exceptions enabled and a linker file containing the following lines, they were working fine and for some reason now whenever the code reaches "throw", it crashes, abort code is called. Any idea why is this happening? Is it because we included some .c files that require exceptions disabled otherwise wouldn't compile?

SECTIONS {
.c6xabi.exidx: load > DDR
.c6xabi.extab: load > DDR
.ppdata : load > DDR
}

Best regards,

David.