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.

CCS/TMDSLCDK138: TMDSLCDK138

Part Number: TMDSLCDK138
Other Parts Discussed in Thread: OMAPL138, SYSBIOS

Tool/software: Code Composer Studio

Hello, 

Needs help on errors while building project on C674x processor of OMAPL138, using SYS/BIOS, RTSC and pdk_omapl138 as follows:


**** Build of configuration Debug for project Led_tgl ****

"C:\\TI\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
gmake[1]: Entering directory 'C:/TI/workspace_v7/Led_tgl/Debug'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/TI/xdctools_3_32_02_25_core/xs" --xdcpath="C:/TI/bios_6_46_05_55/packages;C:/TI/pdk_omapl138_1_0_1/packages;C:/TI/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL138 -r release -c "C:/TI/ti-cgt-c6000_8.1.3" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.xe674 from package/cfg/app_pe674.cfg ...
generating custom ti.sysbios library makefile ...
subdir_rules.mk:12: recipe for target 'build-897963119-inproc' failed
js: "C:/TI/pdk_omapl138_1_0_1/packages/ti/board/package.xs", line 71: Error: Library not found: C:/TI/pdk_omapl138_1_0_1/packages/ti/board/./lib//c674/release/ti.board.ae674
gmake.exe: *** [package/cfg/app_pe674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_pe674.xdl'
gmake.exe: *** [package/cfg/app_pe674.xdl] Deleting file `package/cfg/app_pe674.h'
gmake.exe: *** [package/cfg/app_pe674.xdl] Deleting file `package/cfg/app_pe674.c'
js: "C:/TI/xdctools_3_32_02_25_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-897963119-inproc] Error 1
gmake: *** No rule to make target 'build-897963119', needed by 'configPkg/compiler.opt'.
gmake[1]: Leaving directory 'C:/TI/workspace_v7/Led_tgl/Debug'
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Description

Resource

Location

Path

Type

gmake: *** No rule to make target 'build-897963119', needed by 'configPkg/compiler.opt'.

Led_tgl

 

 

C/C++ Problem

 

gmake: Target 'all' not remade because of errors.

Led_tgl

 

 

gmake.exe: *** [package/cfg/app_pe674.xdl] Deleting file `package/cfg/app_pe674.c'

Led_tgl

 

 

gmake.exe: *** [package/cfg/app_pe674.xdl] Deleting file `package/cfg/app_pe674.h'

Led_tgl

 

 

gmake.exe: *** Deleting file `package/cfg/app_pe674.xdl'

Led_tgl

 

 

gmake[1]: *** [build-897963119-inproc] Error 1

Led_tgl

 

 

Library not found: C:/TI/pdk_omapl138_1_0_1/packages/ti/board/./lib//c674/release/ti.board.ae674

.xdchelp

line 71

/Led_tgl

Library is found: C:/TI/pdk_omapl138_1_0_1/packages/ti/board/lcdkOMAPL138/lib/c674/release/ti.board.ae674

BR,

Itzhak Kroin

  • Itzhak,

    The error shows: C:/TI/pdk_omapl138_1_0_1/packages/ti/board/./lib//c674/release/ti.board.ae674

    The library is found at: C:/TI/pdk_omapl138_1_0_1/packages/ti/board/lcdkOMAPL138/lib/c674/release/ti.board.ae674

    I suspect there is either a missing Build Variable or somehow an invalid path setting where it misses the string "lcdkOMAPL138".

    Is this an example project part of the OMAPL138 Processor SDK?

    Regards,

    Rafael

  • Hi Rafael,

    unfortunately I did not find something wrong with path or Build variable, or may be I'm not looking at the right place. The project is new RTSC project minimal, so it seems odd as it failed on basic build.

    some more details attached

    subdir_rules.mk  lines 11-16:

    build-897963119-inproc: ../app.cfg

    @echo 'Building file: $<'

    @echo 'Invoking: XDCtools'

    "C:/TI/xdctools_3_32_02_25_core/xs" --xdcpath="C:/TI/bios_6_46_05_55/packages;C:/TI/pdk_omapl138_1_0_1/packages;C:/TI/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL138 -r debug -c "C:/TI/ti-cgt-c6000_8.1.3" --compileOptions "-g --optimize_with_debug" "$<"

    @echo 'Finished building: $<'

    @echo ' '

     :

    Only after (app.cfg->Available Products) pdk_ board->settings ->stop using == the error disappear 

    BR,

    Itzhak

  • Hi Rafael,

    Still searching solution since I can't use LCDKOMAP138 board pdk service (that includes access to board functions like LEDS and codec). Even in  the Available Products is luck of DIAG reference (see below). right now the pdk continue to raise errors in context to path. it seems pdk does not Integrates well into CCSv7.3. Is there a way to integrate pdk from start to CCS?

      

    BR,

    Itzhak