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.

关于28035使用CLA时,提示___meinvf32、___meisqrtf32等无法找到。



使用CLA的程序迁移到另一台电脑上面,编译始终通不过,已经按照原电脑设置将路径等补上了,但是还是有编译错误

错误信息如下:

>> Compilation failure
matching section
{ *.obj(CLAscratch)
"../28035_FLASH_HVACI_Sensorless_CLA_lnk.cmd", line 146: warning #10068-D: no
matching section
*.obj(CLAscratch_end) } > CLARAM0, PAGE = 1

undefined first referenced
symbol in file
--------- ----------------
___meinvf32 ./task.obj
___meisqrtf32 ./task.obj
___mmaxf32 ./task.obj
___mminf32 ./task.obj
___mnop ./task.obj
__cla_scratchpad_end
__cla_scratchpad_start

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking;
"Piccolo_CLA_TemplateProject.out" not built
gmake: *** [Piccolo_CLA_TemplateProject.out] Error 1
gmake: Target `all' not remade because of errors.