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.

如何利用UPP工程和 NDK工程合并成一个工程



大家好!我最近改写NDK中helloworld 例子,用来实现DSP向PC传送数据,而数据由FPGA自通过UPP传送到DSP,我建立了两个工程,一个用来实现UPP接收FPGA的数据,一个用来实 现DSP和PC之间的通信,现在两个工程单独仿真都能达到目标,我想把两个工程合并成一块,于是我把其中一个工程中的相关文件导入到另外一个工程中,并且 添加了相应的库文件路径,但是在编译时出现了如下的错误:

undefined        first referenced                                                                
  symbol              in file                                                                     
 ---------        ----------------                                                                
 _NIMUDeviceTable C:\ti\ndk_2_22_03_20\packages\ti\ndk\stack\lib\stk6_nat_ppp_pppoe.a674<nimu.o674>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "upp_and_ndk_test.out" not
   built

>> Compilation failure
gmake: *** [upp_and_ndk_test.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

我不知道我这想法行不行,是否还有更好的方案可以实现?请大神们帮我指点指点迷津啊.谢谢