Other Parts Discussed in Thread: SYSBIOS,
Tool/software: TI-RTOS
Hi all,
I am having trouble building the PCIe example for the K2H evaluation module. I am following the guide here: http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_overview.html#building-the-sdk
The steps I have taken are as follows:
- From the command line I navigate to the PDK directory, and then packages.
- Run C:\ti\pdk_k2hk_4_0_12\packages> gmake clean
- Run C:\ti\pdk_k2hk_4_0_12\packages> pdksetupenv.bat
- Run C:\ti\pdk_k2hk_4_0_12\packages> gmake pcie LIMIT_BOARDS="evmK2H" LIMIT_SOCS="k2h" LIMIT_CORES="dsp_0"
- Run C:\ti\pdk_k2hk_4_0_12\packages> pdkProjectCreate.bat K2H all little pcie example dsp
- Then I follow the guide from the link at the top of this post to bring the project into Code Composer Studio and then build it:
- And then ultimately, I build the project, as described in Step 2. And.....I get an error.
- I feel as though I've followed the steps in the guide word-for-word. So could anyone please explain what I'm doing wrong, and what I can do in order to get the PCIe example to build for the DSP Core 0? Thank you,Andre