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.

提示link错误



我的路径都配置了,但是编译后总提示link错误,类似于unresolved symbol CSL_chipReadReg, first referenced in ./test.obj的错误信息有很多条。

然后再console里面打印出来的提示信息如下

<Linking>

undefined first referenced
symbol in file
---------                                    ----------------
CSL_CPINTC_open              ./test.obj
CSL_intcGlobalEnable          ./test.obj
CSL_intcGlobalNmiEnable    ./test.obj
CSL_intcHwControl               ./test.obj
CSL_intcInit                           ./test.obj
CSL_intcOpen                       ./test.obj
CSL_intcPlugEventHandler    ./test.obj

error: unresolved symbols remain
error: errors encountered during linking; "test.out" not built

>> Compilation failure

请问有没有人遇到过类似的问题.

谢谢!