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.
Hi Victor,
In above project you tried to merge the MCSDK "PCIE_exampleProject" to "pcieboot_helloworld_evmc6678l" project. I think it is not possible.
The "pcieboot_helloworld_evmc6678l" project is used for generating platform dependent header file "pcieBootCode_6678.h" for "linux_host_loader" project. Refer Readme.pdf section 4, 5, 6, 7, 8 on how to build them.
Thanks,
Hi Ganapathi,
Thank you very much for your quck reply.
Can you also suggest me, how to build project based on code example from pdk_C6678_1_1_2_6\packages\ti\drv\pcie\example\sample step by step?
Many thanks,
Viktor
to build project based on code example from pdk_C6678_1_1_2_6\packages\ti\drv\pcie\example\sample
Hi Victor,
Following the below steps to build MCSDK PCIe example project. The procedure assumes the MCSDK is installed in C:\ti.
1. Open CCS (preferably with a new workspace)
2. Goto Project->Import Existing CCS Eclipse project
3. In the Select search-directory: enter C:\ti\pdk_C6678_1_1_2_6\packages\ti\drv\exampleProjects\PCIE_exampleProject and hit Browse.
4. Make sure the Copy projects into workspace is not checked. Then hit Finish.
5. Right-click on the project in Project Explorer and select Build Project
6. CCS will now attempt to compile and link the project. This may take a few minutes to complete.
7. Please direct your attention to the CCS Console. On a successful build, you will see no errors generated in the Problems window (NOTE: There may be warnings) and the following message should display in the Console window:
'Finished building target: SRIO_LoopbackDioIsrexampleproject.out'
**** Build Finished ****
If you need more information, Please take a look at below links:
http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide
http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_Getting_Started_Guide
Thanks,
Hi Ganapathi,
thank you for your quick and clear reply.
Example works as you wrote.
Best Regards,
Viktor.