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.
之前使用NSP中的例程,修改后实现了网络通信,现在想自建工程添加NDK,实现网络连接,结果在按照用户手册添加NDK,编译后总是提示如下错误:
undefined symbol first referenced in file
--------- ---------------
_NIMUDeviceTable D:\ti\ndk_2_23_02_03\packages\ti\ndk\stack\lib\stk6.a674<nimu.o674>
在添加NSP中的以太网驱动文件:ti.drv.omapl138.a674后,倒是解决了上面的未定义符号,但又出现了新的未定义符号,如下:
undefined first referenced
symbol in file
--------- ----------------
_EMAC_getConfig D:\ti\nsp_1_10_02_09\packages\ti\drv\omapl138\lib\release\ti.drv.omapl138.a674<ethdriver.o674>
_EMAC_initialize D:\ti\nsp_1_10_02_09\packages\ti\drv\omapl138\lib\release\ti.drv.omapl138.a674<ethdriver.o674>
_EMAC_linkStatus D:\ti\nsp_1_10_02_09\packages\ti\drv\omapl138\lib\release\ti.drv.omapl138.a674<ethdriver.o674>
硬件目标是c6748,所使用的的软件版本如下:
ccs8.0
sys/bios 6.35.3.47
XDC 3.25.2.27
NDK 2.23.2.03
NSP 1.10.2.09
在此求教!