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.

TMS320C6678: 我在build一个omp的8线程工程时,出现了一个以下warning,我在debug时会出现八核同时runing状态,无法进入main函数

Part Number: TMS320C6678


warning如下:

Description Resource Path Location Type
#10199-D ./configPkg/linker.cmd copy table operator (BINIT) ignored for ".neardata": copy table operator cannot be associated with empty output section a line 103 C/C++ Problem

linker.cmd 中相关代码为:


GROUP: load > MSMCSRAM, run > MSMCSRAM_NOCACHE, table(BINIT)
{
.neardata:
.fardata:
}

.binit: load > MSMCSRAM