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: Cannot open command file './configPkg/compiler.opt'

Other Parts Discussed in Thread: SYSBIOS

CCS version 6.0.1.00040

Bios: bios_6_41_04_54

xdc:  xdctools_3_30_06_67_core

biospsp_03_00_01_00

Recently I've attempted to upgrade the sysbios and xdc tools.  I Download bios_6_41_04_54 and the recommended xdctools_3_30_06_67_core from the the ti website.   I unziped the xdctools to my local drive and installed the bios using the installer.   After reopening CCS, it recoginized the "new products" and installed them.  After a clean, my first build of a large existing project failed. 

Here is a snippet from the console output:

"c:/ti/ccsv6/tools/compiler/c6000_7.4.8/bin/cl6x" -mv6740 --abi=eabi -Ooff -g
--include_path="c:/ti/ccsv6/tools/compiler/c6000_7.4.8/include"
--include_path="C:/SVN/os/ti_xx-phy2/bios_6_41_04_54/packages"
.
.
. skipped
.
--include_path="C:/SVN/os/ti_xx-phy2/c64xplus-iqmath_2_01_04_00/include"
--include_path="C:/SVN/os/ti_xx-phy2/C6748_StarterWare_1_20_03_03/include/c674x/c6748"
--include_path="C:/SVN/os/ti_xx-phy2/C6748_StarterWare_1_20_03_03/include/hw"
--include_path="C:/SVN/os/ti_xx-phy2/C6748_StarterWare_1_20_03_03/include"
--include_path="C:/SVN/os/ti_xx-phy2/biospsp_03_00_01_00/drivers"
--include_path="C:/SVN/os/ti_xx-phy2/biospsp_03_00_01_00/drivers/uart"
--include_path="C:/SVN/os/ti_xx-phy2/biospsp_03_00_01_00"
--gcc --define=CHIP_C6748 --define=BIGENDIAN_NOT --define=DMA_BLOCK_READS --define=DO_LOGGING
--define=REAL_TIME_LOGGING_DISABLE --define=RF_SWITCH_OFF_NOT --define=FAST_SEARCHER --define=FPGA_PRELOADED
--display_error_number --diag_warning=225 --debug_software_pipeline --advice:performance_file=optimize.txt
--advice:performance=all --preproc_with_compile --preproc_dependency="src/uart_serial_comms/serial_log.pp"
--obj_directory="src/uart_serial_comms" --cmd_file="./configPkg/compiler.opt"  "../src/uart_serial_comms/serial_log.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory

The first failure is Error: Cannot open command file './configPkg/compiler.opt'.  This compiler.opt file is generated by the compiler but exists in a different directory. 

its Looking here:        ../dsp/Debug/configPkg

but its located here:  ../dsp/.config/xconfig_rtos

I don't know what causes the compiler to look in "./configPkg" directory.  What instructs it to be saved there or what make the compiler look there. 

More info:

This is the compiler.opt file contents:

-mv6740 --abi=eabi -I"C:/ti/ccsv6/ccs_base"
-I"C:/SVN/TestBranch/xx-phy-2.0_richb/components/dsp"
-I"C:/SVN/os/ti_xx-phy2/edma3_lld_02_11_04_01/packages"
-I"C:/SVN/os/ti_xx-phy2/xdctools_3_30_06_67_core"
-I"C:/SVN/os/ti_xx-phy2/bios_6_41_04_54/packages"
-I"C:/SVN/TestBranch/xx-phy-2.0_richb/components/dsp/.config"  
-I"C:/SVN/TestBranch/xx-phy-2.0_richb/components/dsp/.config/xconfig_rtos/.."
-Ic:/ti/ccsv6/tools/compiler/c6000_7.4.8/include -Dxdc_target_types__="ti/targets/elf/std.h"
-Dxdc_target_name__=C674 -Dxdc_cfg__header__="C:/SVN/TestBranch/xx-phy-2.0_richb/components/dsp/.config/xconfig_rtos/package/cfg/rtos_pe674.h"

Thanks in advance, Rich