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.

CMD文件配置 .econst

我想问下,我配置cmd文件时, .econst和 .const是什么区别?

我这样定义,编译没有问题const unsigned char USCRCLo[256]={};

但是这样配置的话econst unsigned char USCRCLo[256]={};就不行,我想问下这是为什么呢?