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.
问:
如何为 C665x、C667x、K2E 和 K2H RTOS SDK 构建、编译和安装 IPC 库及二进制文件?
1. 要求
a. IPC 目录将与 RTOS Processor SDK 一起安装,RTOS SDK 的下载链接如下
b. 此外,我们可以安装 IPC 包(无需安装完整 SDK),还提供了各种版本的下载链接。
c. XDC 工具 (XDC)
d. 用于为 C66x 器件构建 IPC 二进制文件的 TI CGT (TI-CGT-C6000)
2. 流程
a. 转至 IPC 安装的文件夹,需要在 make 文件中指定“XDC_INSTALL_DIR”、“BIOS_INSTALL_DIR”、“PDK_INSTALL_DIR”和目标处理器
A. 修改 "products.mak",即添加以下行:
B.
XDC_INSTALL_DIR ?= C:\ccs_090300\xdctools_3_60_02_34_core BIOS_INSTALL_DIR ?= C:\ti\bios_6_76_03_01 PDK_INSTALL_DIR ?= C:\ti\pdk_c665x_2_0_16\packages ti.targets.elf.C66 ?= C:\ccs_090300\ccs\tools\compiler\ti-cgt-c6000_8.3.11
b. 在同一文件夹中,通过在 Windows 资源管理器的地址栏中键入“cmd”打开命令提示窗口,然后提供以下命令:
A.
C:\ti\ipc_3_50_04_07>..\xdctools_3_55_02_22_core\gmake.exe -f ipc-bios.mak all
B. IPC 二进制文件将成功编译和构建。
c. 另附上以下 IPC 指南
A. BIOS(Windows) : IPC_Install_Guide_BIOS.pdf
B. Linux : 3051.IPC_Install_Guide_Linux.pdf
C. QNX : IPC_Install_Guide_QNX.pdf