• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » BIOS » BIOS forum » Gmake Based Build
Share
BIOS
  • Forum
  • Announcements
Options
  • Subscribe via RSS

Forums

Gmake Based Build

This question is answered
B H Pawan Prasad
Posted by B H Pawan Prasad
on Apr 02 2012 03:11 AM
Prodigy200 points

Hi,

IfI try to edit my BIOS config file, all source files are rebuilt again. This is extremely time consuming. However the same is not true with Make based build.

Is there a way to build only the required libraries when a particular config (.cfg) file is edited ?

Regards

Pawan

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Sasha Slijepcevic
    Posted by Sasha Slijepcevic
    on Apr 02 2012 13:01 PM
    Genius15140 points

    Are you working in CCS? If yes, which version? Are you building the same app with a make based build?
    Can you post the console output after you changed the CFG script and tried to rebuild?

    If my reply answers your question please mark the thread as answered.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • B H Pawan Prasad
    Posted by B H Pawan Prasad
    on Apr 03 2012 06:44 AM
    Prodigy200 points

    Hi Sasha,

    Thanks for your reply.

    We currently do Make based build and Gmake based build. However Gmake based build is done using CCS 5.1.1.

    The build log is given below.


    **** Build of configuration Debug for project BIOS_AVSDK_dsp ****

    C:\ccsv5_1_0_08012\ccsv5\utils\bin\gmake -k all
    'Building file: ../BIOS_AVSDK_dsp.cfg'
    'Invoking: XDCtools'
    "C:\subbu\bios_sdk\rel_00_05_00_00\xdctools_3_23_01_43/xs" --xdcpath="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages;C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages;C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/build/tools/Platform Repository/packages;C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages;C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p evmCentaurus.dsp -r debug -c "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1" "../BIOS_AVSDK_dsp.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring BIOS_AVSDK_dsp.xe674 from package/cfg/BIOS_AVSDK_dsp_pe674.cfg ...
    generating custom ti.sysbios library makefile ...
    generating custom ti.sdo.ipc library makefile ...
    Inside EDMA3 Drv Sample getLibs
    will link with ti.sdo.edma3.drv.sample:lib/ti814x-evm/674/debug/edma3_lld_drv_sample.ae674
    Inside EDMA3 Drv getLibs
    will link with ti.sdo.edma3.drv:lib/674/debug/edma3_lld_drv.ae674
    Inside EDMA3 RM getLibs
    will link with ti.sdo.edma3.rm:lib/ti814x-evm/674/debug/edma3_lld_rm.ae674
    Starting build of library sources ...
    making C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/ccs_build/src/sysbios/sysbios.lib ...
    making C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/ccs_build/src/ipc/ipc.lib ...
    Build of libraries done.
    cle674 package/cfg/BIOS_AVSDK_dsp_pe674.c ...
    'Finished building: ../BIOS_AVSDK_dsp.cfg'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/vlib/dsp_vlib.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="src/vlib/dsp_vlib.pp" --obj_directory="src/vlib" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/vlib/dsp_vlib.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/vlib/dsp_vlib.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/pass_through/dsp_pass_through.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="src/pass_through/dsp_pass_through.pp" --obj_directory="src/pass_through" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/pass_through/dsp_pass_through.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/pass_through/dsp_pass_through.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/dsp_app_task.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="src/dsp_app_task.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/dsp_app_task.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/dsp/src/dsp_app_task.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/command_queue.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/command_queue.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/command_queue.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/command_queue.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/logger.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/logger.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/logger.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/logger.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/profile_task_defs.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/profile_task_defs.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/profile_task_defs.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/profile_task_defs.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/remote_task_defs.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/remote_task_defs.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/remote_task_defs.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/remote_task_defs.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_frame_buffers.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/shared_frame_buffers.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_frame_buffers.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_frame_buffers.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_mem_cfg.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/shared_mem_cfg.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_mem_cfg.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_mem_cfg.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_mem_tbl_cfg.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/shared_mem_tbl_cfg.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_mem_tbl_cfg.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/shared_mem_tbl_cfg.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/slave_task_mgr.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/slave_task_mgr.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/slave_task_mgr.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/slave_task_mgr.c'
    ' '
    'Building file: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/sys_info.c'
    'Invoking: C6000 Compiler'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/edma3_lld_02_11_04_01/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/bios_6_33_02_31/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/xdctools_3_23_01_43/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/ipc_1_24_02_27/packages" --include_path="C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/include" --include_path="../../inc" --include_path="../../inc/pass_through" --include_path="../../inc/vlib" --include_path="../../../common/inc" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="common/sys_info.pp" --obj_directory="common" --cmd_file="./configPkg/compiler.opt" "C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/sys_info.c"
    'Finished building: C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/demos/avsk_app/common/src/sys_info.c'
    ' '
    'Building target: avsk_app_dsp_debug.xe674'
    'Invoking: C6000 Linker'
    "C:\subbu\bios_sdk\rel_00_05_00_00\avsdk_00_05_00_00\tools\c6000_7_3_1/bin/cl6x" -mv6740 -g -O3 --gcc --define=DSP_COMP_TASKS --define=LOGGER_ENABLE --display_error_number --diag_warning=225 --abi=eabi -z -m"avsk_app_dsp_debug.map" --warn_sections -i"C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/lib" -i"C:/subbu/bios_sdk/rel_00_05_00_00/avsdk_00_05_00_00/tools/c6000_7_3_1/include" -i"C:/subbu/bios_sdk/rel_00_05_00_00/VLIB_2_2/library/c64plus" -i"../../../" --reread_libs --rom_model --dynamic=exe -o "avsk_app_dsp_debug.xe674" -l"./configPkg/linker.cmd" "./common/sys_info.obj" "./common/slave_task_mgr.obj" "./common/shared_mem_tbl_cfg.obj" "./common/shared_mem_cfg.obj" "./common/shared_frame_buffers.obj" "./common/remote_task_defs.obj" "./common/profile_task_defs.obj" "./common/logger.obj" "./common/command_queue.obj" "./src/dsp_app_task.obj" "./src/pass_through/dsp_pass_through.obj" "./src/vlib/dsp_vlib.obj" -l"rts6740_elf.lib" -llink_dsp.cmd -lvlib_elf.le64p
    <Linking>
    'Finished building target: avsk_app_dsp_debug.xe674'
    ' '

    **** Build Finished ****

    Sasha Slijepcevic

    Are you working in CCS? If yes, which version? Are you building the same app with a make based build?
    Can you post the console output after you changed the CFG script and tried to rebuild?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Sasha Slijepcevic
    Posted by Sasha Slijepcevic
    on Apr 03 2012 17:12 PM
    Verified Answer
    Verified by David Friedland
    Genius15140 points

    When you create a CCS Project, the generated makefiles create a dependency between the CFG script and the file configPkg/compiler.opt, and then between configPkg/compiler.opt and all source files. Whenever you change the CFG script, you are potentially changing compiler.opt and your sources are rebuilt. I am not sure if you can somehow change the generated makefiles and also prevent them from being overwritten whenever you clean and tebuild your project. That's probably a question for the CCS forum.

    It seems you already have make files that do not have the mentioned dependencies. You can try to create your project as new Makefile Project with Existing Code and use your make files instead of the generated ones.

     

    If my reply answers your question please mark the thread as answered.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use