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.

#821 badly formed pragma

Hi all, 

compiler :c6000_7.4.4 compiler

In my c++ program - following line throws "Badly formed Pragma" error-

#pragma DATA_SECTION(".SharedRegion")
int Interrupt_Value ;

in my .cfg :

Program.sectMap[".SharedRegion"] = "MSMCSRAM";