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.

c6748 lcdk with CCS6.2

Other Parts Discussed in Thread: SYSBIOS

Dear sir,

I am working with LCDK6748 with CCS6.2,i am doing standard program Face detect,there when i import it was showing about XDS tools error,compiler error .........see the screen shots and let me know the changes.

I have changed XDS tool version and compiler versio..............but result is same.........

thank you.

  • Hi Mohammad,

    Can you open "Window"->"Preferences" window, then select "Code Composer Studio" ->"RTSC"->"Products" and share a screenshot of the window ?

    Also, can you clean your project, rebuild it and share the entire console output ?

    Best,
    Ashish
  • Hi Ashish,

    Here is the screen shot,i have selected and tested all the sys/bios  but still i got the same error.

    thank you.

  • Hi,

    waiting for your reply.

    thank you.

  • Mohammad,

    The error indicates that the XDC Tools version 3.23.0.32 has not been installed or detected by CCS so when you imported the project CCS is not able to locate any compatible version of XDCtools 3.23.0.32. As you can see the XDCtools required to build SYSBIOS project is blank in the RTSC configuration. It appears that you only have version 3.32.122.core installed and this is incompatible with the version of SYSBIOS that you are using.

    The facedetect was part of the C6 SDK for this device. Have you installed the entire SDK in C:\ti location or in a custom location on your windows machine? If you have installed it in a custom location then you need add that path to the CCS discovery path as shown here :
    processors.wiki.ti.com/.../Processor_SDK_RTOS_Setup_CCS

    Please see if the your issue is resolved after the XDCtools 3.23.0.32 is discovered by CCS.

    Regards,
    Rahul
  • Hi Rahul,

    As you can see the XDCtools required to build SYSBIOS project is blank in the RTSC configuration. 

    I have selected and tested again,but the result is same.

    Have you installed the entire SDK in C:\ti location or in a custom location on your windows machine? 

    yes.

    But am getting the same error,how to resolve this issue.

    thank you.

  • Mohammad,

    It will help if you can provide the version number of the components that you have selected in the RTSC configuration. XDCtools/SYSBIOS are sensitive to component version alignment so it would be good if you can tell us the version numbers of components.

    The SDK that you are using was released 2-3 years back and was tested with the components specified in the release notes. To test this with newer CCS and component version, we will need to understand your setup and reproduce the issue at our end so please provide as much detail regarding your setup and we will try to help you with your setup.

    Regards,
    Rahul
  • Hi Rahul,

    It will help if you can provide the version number of the components that you have selected in the RTSC configuration.

    I am using XDS tool 3.23.0.32 and SYS/BIOS 6.46,6.33,6.21.............i have used all these while trying.

    The SDK that you are using was released 2-3 years back.

    which is the newer one and does it having Image processing and video processing codes in that?

  • I am unable to reproduce the issue that you are reporting using CCS v6.1.3. The face_detect project is imported and built without any issues.

    I have attached my complete build log from CCS for your reference.

    **** Build of configuration Debug for project facedetect_lcdk ****
    
    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
    'Building file: ../facedetect_lcdk.cfg'
    'Invoking: XDCtools'
    "C:/ti/c6sdk/xdctools_3_23_00_32/xs" --xdcpath="C:/ti/c6sdk/bios_6_33_01_25/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL138 -r debug -c "C:/ti/ccsv6/tools/compiler/c6000_7.4.16" --compileOptions "-g --optimize_with_debug" "../facedetect_lcdk.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring facedetect_lcdk.xe674 from package/cfg/facedetect_lcdk_pe674.cfg ...
    cle674 package/cfg/facedetect_lcdk_pe674.c ...
    'Finished building: ../facedetect_lcdk.cfg'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/adv7343.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="adv7343.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/adv7343.c"
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/adv7343.c'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/cbcr422sp_to_rgb565_dsp.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="cbcr422sp_to_rgb565_dsp.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/cbcr422sp_to_rgb565_dsp.c"
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/cbcr422sp_to_rgb565_dsp.c'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/cdce913.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="cdce913.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/cdce913.c"
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/cdce913.c'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/codecif.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="codecif.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/codecif.c"
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/codecif.c'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/facedetect_lcdk.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="facedetect_lcdk.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/facedetect_lcdk.c"
    "..\..\..\..\include\cvcompat.h", line 425: warning #176-D: expression has no effect
    "..\..\..\..\include\cvcompat.h", line 425: warning #176-D: expression has no effect
    "..\..\..\..\include\cvcompat.h", line 425: warning #176-D: expression has no effect
    "..\..\..\..\include\cvcompat.h", line 425: warning #176-D: expression has no effect
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/facedetect_lcdk.c'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/i2cgpio.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="i2cgpio.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/i2cgpio.c"
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/i2cgpio.c'
    ' '
    'Building file: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/tvp5147.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --include_path="C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" --include_path="../../../../include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/hw" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/include/c674x/c6748" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/grlib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/usblib/include" --include_path="../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/nandlib/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="tvp5147.d" --cmd_file="configPkg/compiler.opt" "C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/tvp5147.c"
    'Finished building: C:/ti/c6sdk/c6sdk_02_00_00_00/demos/facedetect/src/tvp5147.c'
    ' '
    'Building target: facedetect_lcdk.out'
    'Invoking: C6000 Linker'
    "C:/ti/ccsv6/tools/compiler/c6000_7.4.16/bin/cl6x" -mv6740 -g --define=c6748 --display_error_number --diag_warning=225 --abi=eabi -z -m"facedetect_lcdk.map" --warn_sections -i"C:/ti/ccsv6/tools/compiler/c6000_7.4.16/lib" -i"C:/ti/ccsv6/tools/compiler/c6000_7.4.16/include" -i"../../../../bin" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/c6748/drivers/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/c6748/evmC6748/platform/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/c6748/system_config/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/c6748/ipclib/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/c6748/usblib/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/utils/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/grlib/Debug" -i"../../../../../../../pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/nandlib/Debug" --reread_libs --xml_link_info="facedetect_lcdk_linkInfo.xml" --rom_model -o "facedetect_lcdk.out" "./adv7343.obj" "./cbcr422sp_to_rgb565_dsp.obj" "./cdce913.obj" "./codecif.obj" "./facedetect_lcdk.obj" "./i2cgpio.obj" "./tvp5147.obj" -l"configPkg/linker.cmd" -llibc.a -lcv.lib -lcxcore.lib -ldrivers.lib -lutils.lib -lplatform.lib -lsystem_config.lib 
    <Linking>
    'Finished building target: facedetect_lcdk.out'
    ' '
    facedetect_lcdk.out
            1 file(s) copied.
    ' '
    A subdirectory or file ..\..\..\..\bin\cgt_ccs\lcdk\Debug already exists.
    
    **** Build Finished ****

    Can you provide your complete build log with XDCtools version 3.23.0.32 and SYSBIOS version 6.33.1.25.  

    Did CCS report any issues when you imported the project ? Can you confirm that the SYSBIOS and XDCTools is in the discovery path of CCS as shown below.

    You can check that by looking under Windows -> Preferences -> code composer studio -> RTSC as shown below

    Hope this helps.

    Regards,

    Rahul

    Latest version of software for LCDK platform is MCSDK 1.1 available on ti.com as mentioned in the article here. However it doesn`t contain vision and imaging demos/example, it contains only imglib DSP library.