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.

TMS320C6678evm ndk helloworld project

Other Parts Discussed in Thread: TMS320C6678

Hi 

I want to build ndk helloworld project in tms320c6678 evaluation board. For this purpose i import this project to ccsv5. When i want to debug this project i face with the following error:

Description Resource Path Location Type
can't locate the package 'ti.csl' along the path: 'D:/ti/mcsdk_bios_3_01_00_03/demos;D:/ti/bios_6_35_04_50/packages;D:/ti/ndk_2_20_03_24/packages/ti/ndk/package;D:/ti/xdctools_3_25_03_72/packages;..;'. Ensure that the package path is set correctly. ‪.xdchelp‬ ‪/helloworld_evmc6678l‬ line 102 C/C++ Problem

What i can do for solving this problem?

  • Hi Armin,

    can't locate the package 'ti.csl' along the path: 'D:/ti/mcsdk_bios_3_01_00_03/demos;D:/ti/bios_6_35_04_50/packages;D:/ti/ndk_2_20_03_24/packages/ti/ndk/package;D:/ti/xdctools_3_25_03_72/packages;..;'. Ensure that the package path is set correctly. ‪.xdchelp‬ ‪/helloworld_evmc6678l‬ line 102 C/C++ Problem

    What is your MCSDK version ?

    The device that you are using is C6678 (Keystone 1) but your mentioning MCSDK version 3 which is Keystone 2.

    You have to use "mcsdk_2_01_02_06"

    C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l

  • Titusrathinaraj Stalin

    Thanks for your reply.

    I am using mcsdk_2_00_00_beta2 for my project. i want simple project for pinging gigabit ethernet. I searched the TMS320C6678 evaluation boards package and found ndk/hello world project. After building project i faced with this error that i can not solve it.

  • The package you mentioned in project properties is MCSDK 3 which is keystone-II package but you are device keystone 1.
    You have to change the path to MCSDK 2 in CCS properties.

    CCS properties -> General -> RTSC tab.