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.

A problem with DATA_SECTION

Hi All,

I must have used DATA_SECTION in my application
But when I attempt used next code

/* multi core init */
#pragma DATA_ALIGN(CACHE_L1D_LINESIZE)
#pragma DATA_SECTION(".sharedDDR")
volatile UInt32  globalCfg = FALSE;

I receive message

Description Resource Path Location Type
#10247-D creating output section ".sharedDDR" without a SECTIONS specification app C/C++ Problem

What do I can make in this case?

Thank,

    Oleg