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
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.
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.ae674Inside EDMA3 Drv getLibs will link with ti.sdo.edma3.drv:lib/674/debug/edma3_lld_drv.ae674Inside EDMA3 RM getLibs will link with ti.sdo.edma3.rm:lib/ti814x-evm/674/debug/edma3_lld_rm.ae674Starting 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?
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.