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.

CCS - C64x optimization issues

Guru 10750 points

Hi,

When I'm compiling my project with -o3 everything looks fine but when I'm compiling with -pm or -pm -op3 I'm getting warnings & errors (I'm using CCS3.3 & CGT v6.1.16) - 

warning: missing DW_AT_name attribute

warning: function definitions in CSU declarations are not supported

 application error: cannot resolve the DW_AT_type attribute for this DIE:

[000fcb80] DW_TAG_member

 DW_AT_type void

 DW_AT_accessibility 0x3

application error: the type information for void was not found 

What can be the reason?

Many Thanks

HR