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.

关于6678库文件路径连接两个问题



一、例如我用的C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l下的工程,编译的时候关于sgmii的配置的一下库文件是连接到

C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform\evmc6678l\platform_lib\lib\debug 的目录下的库文件ti.platform.evm6678l.ae66,是通过什么配置链接到该库文件的呢?下图是helloWorld工程的一下配置

二、截图中的"libc.a"是什么作用?

  • 1. 直接添加库。

    2. libc.a is used as a flag to the linker to include the right Run-Time Support library for the version of Code Generation Tools and DSP/BIOS that you are using. 

  •  我看工程中并没有什么设置是连接C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l,但是修改C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l目录下的库的时候,工程中确实是调用C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l的库