TI中文支持网
TI专业的中文技术问题搜集分享网站

关于K2 wiki上 transportIpcStartupK2XUtilProject.out 工程在那个文件

链接如下

http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_Transports#ARMv7_Linux_TransportSrio

如上图,需要加载 transportIpcStartupK2XUtilProject.out这个工程。

问题是:我找了mcsdk所有例子程序都没有叫 transportIpcStartupK2XUtilProject的工程,请问该工程在哪?

Allen35065:

参考该文档下方

Recompiling Through GIT Repository

Recompiling through the ARMv7 Linux TransportSrio GIT repository requires that the latest MCSDK Linux installation. The MCSDK Linux PDK component and the Linux devkit must be installed. The Linux devkit installation script can be found in <MCSDK Linux install root>/mcsdk_linux_3_XX_YY_ZZ/linux-devkit/

Clone the keystone-linux/ipc-transport repository from git.ti.com $ git clone git://git.ti.com/keystone-linux/ipc-transport.git
Navigate to the MCSDK Linux installation of pdk_3_XX_YY_ZZ/packages and source armv7setupenv.sh. NoteNote: The armv7setupenv.sh script must be modified to point to the linaro toolchain and installed devkit path $ source armv7setupenv.sh
Navigate back to the SRIO transport directory in the ipc-transport GIT repository $ cd <repo_root_path>/ipc-transport/linus/srio
Build the TransportSrio library and user-space test executables: $ make lib $ make tests
The TransportSrio static and shared libraries will be copied directly into the Linux devkit's /usr/lib folder as long as the devkit install path was setup correctly prior to running the armv7setupenv.sh script
The test executables will be generated in the <base_repo_path>/ipc-transport/bin/<k2 device>/test/ folder. Only the device specified in the armv7setupenv.sh will be built. NoteNote: Setting the USEDYNAMIC_LIB environment variable to "yes" will generate the shared library test executables $ export USEDYNAMIC_LIB=yes

从负数开始:

回复 Allen35065:

你提供的是编译步骤,

我自己编译没有问题,关键是在使用这例子的test中的例子, transportIpcStartupK2XUtilProject.out 没有。

赞(0)
未经允许不得转载:TI中文支持网 » 关于K2 wiki上 transportIpcStartupK2XUtilProject.out 工程在那个文件
分享到: 更多 (0)