Description Resource Path Location Type
#10010 errors encountered during linking; "xxxx.out" not built STUDY1 C/C++ Problem
#10234-D</a> unresolved symbols remain xxxx C/C++ Problem
自己在·SDK的例程中修改了一点,结果就弹出了这样的问题,是什么原因呢
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.
Description Resource Path Location Type
#10010 errors encountered during linking; "xxxx.out" not built STUDY1 C/C++ Problem
#10234-D</a> unresolved symbols remain xxxx C/C++ Problem
unresolved symbols意思是你是不是有什么函数没定义了,但是在调用。
不应该啊,我没加新的函数.是不是头文件出问题了,我把我需要的pinmux.c之类的从别的例程中复制到自己的project中,就再也无法build成功了