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.

NDK Recompilaton Issue

Other Parts Discussed in Thread: SYSBIOS

Hi,

      We are following according to the following link

http://processors.wiki.ti.com/index.php/Rebuilding_the_NDK_Core#Building_Your_Project_Using_the_Rebuilt_NDK_Core_Libraries_for_DSP.2FBIOS_5_Users

for Rebuilding the NDK Core.

     When we try to Import Existing CCS/CCE Eclipse Project the ndk project is imported in to Workspace5_3. But we can't view the imported file in the project explorer.

Regards,

Avinash.N

  • Avinash,

    What is the NDK version and CCS version (5.3)? I thought the link is for NDK 2.20 with CCS V4. Are you using DSP/BIOS 5 or SYS/BIOS 6? Did the below link help? http://e2e.ti.com/support/embedded/bios/f/355/t/267218.aspx

    Regards, Eric

  • Hi Eric,

                 We are using CCS Version - 5.3 and NDK Version -(ndk_2_20_06_35) ,(ndk_2_21_01_38). We were trying to import the ndk but it shows the bellow error 

    "Error: Import failed for project 'ndk' because its meta-data cannot be interpreted. Please contact support." We were trying to build the ndk project through CCSV-5.3.

    Can you provide us any idea how to resolve this issue?


    Regards,

    Avinash


  • Avinash,

    Please use newer NDK release. NDK is not built by CCS, but by gmake/make. http://processors.wiki.ti.com/index.php/Rebuilding_The_NDK_Core_Using_Gmake. I have no issue to build it by following the steps for re-built NDK 2.21.01.38 with tools in ndk.mak defined as:

    XDC_INSTALL_DIR ?= C:/ti/xdctools_3_23_04_60
    SYSBIOS_INSTALL_DIR ?= C:/ti/bios_6_33_06_50

    ti.targets.elf.C66 ?= c:/ccsv54/ccsv5/tools/compiler/c6000_7.4.2

    The DOS command:

    gmake -f ndk.mak clean

    gmake -f ndk.mak

    Regards, Eric

  • Hi Eric,

    I have made the changes in the ndk.mak as you defined. And when I tried to compile it in command prompt the bellow errors are shown. 


    C:\Documents and Settings\Administrator\Desktop\ndk_2_21_01_38>gmake -f ndk.mak clean
    cleaning ndk packages ...
    The system cannot find the path specified.
    gmake: *** [clean] Error 1

    C:\Documents and Settings\Administrator\Desktop\ndk_2_21_01_38>gmake -f ndk.mak
    building ndk packages ...
    The system cannot find the path specified.
    gmake: *** [all] Error 1

    What can be the issue? 


    Regards,

    Avinash

  • Avinash,

    I followed the user guide to edit ndk.mak for correct installation path, and then opened a new DOS command window, typed the two commands, I didn't have any issue. Attached is my ndk.mak and build log FYI.

    Regards, Eric

    http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/639/7536.ndk.mak

    7776.ndk_build.log