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.

Error exists when I build the test example for jpeg2k encoder

Other Parts Discussed in Thread: TMS320C6678

hello everyone,

I am a new learner of tms320c6678, my task is implement jpeg2000 encoder and decoder using tms320c6678. after searching information, I found maybe I can use TI's "C66x_j2e_01_00_01_01_ELF_32bit.exe" and "C66x_j2d_01_00_00_01_ELF_32bit.exe". But when I build the example, there's some errors( show as below).


**** Build of configuration Debug for project testappencoder ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../testappencoder.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_25_05_94/xs" --xdcpath="C:/Program Files (x86)/Texas Instruments/Codecs/C66x_j2e_01_00_01_01_ELF/packages/ti/sdo/codecs/j2e/App/Client/Build/Repository/Packages;C:/ti/bios_6_33_06_50/packages;C:/ti/framework_components_3_30_00_06/framework_components_3_30_00_06/packages;C:/ti/ccsv5/ccs_base;C:/ti/edma3_lld_02_11_05_02/packages;C:/ti/xdais_7_24_00_04/xdais_7_24_00_04/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.custom66x -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" "../testappencoder.cfg"
当前目录无效。     //this sentence means, "the current directory doesn't exist"
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

please help me, many thanks

  • my develop environment as follow

    OS----  win8

    ccs ----- ccs 5.5

    others is exactly same as "jpeg2k_encoder_c6678_userguide.pdf"  specified

    "2.3 Before Building the Sample Test Application

    This codec is accompanied by a sample test application. To run the sample
    test application, you need SYS/BIOS, Bios IPC, XDC Tools and TI
    Framework Components (FC).
    This version of the codec has been validated with
    SYS/BIOS version 6.33.06.50,
    XDC Tools version 3.23.04.60,
    XDAIS Tools version 7.23.00.06,
    EDMA3 LLD version 02.11.05.02 &
    Framework Component (FC) version 3.23.02.16."

  • I found win7 and win8 exist these problems but winidows xp can successfully build and debug this project, WHY?

    If I want to run in win7, what should I do???

    By the way, although I can debug it in XP, but I cannot get anything in output folder, WHY?

    thanks a lot 

  • Hi, I built jpeg 2K on my win7 machine without issues, could you please check you have the correct paths to tools in CCS build variables?

    thank you,

    Paula

  • thanks Paula,

    I have changed Variables values in build as below, but errors still exist as picture shows.

    PS,  XDAIS tools and framework components are directly extracted to the folder "c:/ti/", because there are no "setup.exe" or the similar install file in both extracted folders, I am not sure whether this operation is right or not.

    I think maybe the answer of the question " http://e2e.ti.com/support/embedded/tirtos/f/355/t/308569.aspx " can offer some useful information, but I still cannot handle it.

    and i really can build and debug this example under windows XP with the same software.

    sorry for my broken English

     

  • Hi, I really think it is a path issue.. could you please check if your CGT 7.4.4 is located at: C:/ti/ccsv5/tools/compiler/c6000_7.4.4 ? Please double check that all the paths in testappencoder project are pointing to the right place.

    Thank you,

    Paula

     

  • Hi, a colleague spot a tools version difference in your previous snapshots.

    XDC tools version should be 3_23_04_60, however, in your build console it is printed 3_25_05_94. Please double check this and let us know.

    Thank you,

    Paula

  • thanks all answers, in fact, it's my fault, I installed j2e and j2d in  the path "C:\Program Files (x86)\ti....". After I

    re-install them in the path "C:\ti\...", errors missing.