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.
Hi,
I need to define custom DATA_SECTION to my DSP/BIOS project for that I need to define custom sections in linker.cmd file but when I am trying to add and compile the code I get "unrecognised file" error.
I was trying to add the linker.cmd file to by right click on project and using "Add files to project option " but it pops up message box with error "Can not Add: linker.cmd".
Is I am missing anything ?
Regards,
Chandra Shekhar Mishra
Hi,
I am using CCS version 4.1.3.00038 and DSP/BIOS version 5.41.03.17.
Thanks
Chandra Shekhar Mishra
Chandra,
Unfortunately you can't add a linker command file into your project. I believe in newer versions of CCS this is possible but not in CCS 4.1.x.
The way to get around this is to do the following. Note: I'm doing this with CCS 4.2 but I think it should be very similar if not the same.
1. Assuming that you added your own linker.cmd file name mylink.cmd into the project directory.
2. The file will show up in the CCS project window as one of your sources. You need to right click it and select "Exclude File(s) from Build"
3. Next Select "Project Properties"
4. It will bring up the Properties for your project and select "C/C++ Build". You should see a "Tool Settings" tab.
5. Expand the "Linker" options. You should see "File Search Path".
6. Add your "mylink.cmd" to the "Included library file or command file ..."
7. Add "${PROJECT_ROOT}" to the "library search path...". Then click Apply.
The linker command file should be included in the build.
Judah
Hi Judah,
I followed the method described by you in previous post but unable to compile the code. I am getting follwing error,
-------------------------------------------------------------------
'Building target: DSPFirmware.out'
'Invoking: Linker'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -@"ccsLinker.opt" -o "DSPFirmware.out"
<Linking>
fatal error: unrecognized file:
"F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/linker.cmd"
>> Compilation failure
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [DSPFirmware.out] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project DSPFirmware
------------------------------------------------------
Please advise.
Regards,
Chandra Shekhar Mishra
Chandra,
Did you specify to "excluded from build" the linker.cmd? Because it seems like the project is still trying to build this file.
Could you paste the whole linker command in your build console. Mine looks something like this. Notice the "mytest.cmd" is added to the link step.
'Building target: bios5_test1.out'
'Invoking: Linker'
"C:/Program Files/Texas Instruments/ccsv4.2.3/ccsv4/tools/compiler/c6000/bin/cl6x" -mv64+ -g --diag_warning=225 --abi=coffabi -z -m"bios5_test1.map" --stack_size=800 --heap_size=800 --warn_sections -i"C:/Documents and Settings/a0783947/My Documents/workspacev4.2.3/bios5_test1" -i"C:/Program Files/Texas Instruments/ccsv4.2.3/ccsv4/tools/compiler/c6000/lib" -i"C:/Program Files/Texas Instruments/ccsv4.2.3/ccsv4/tools/compiler/c6000/include" -i"C:/Program Files/Texas Instruments/ccsv4.2.3/bios_5_41_10_36/packages/ti/rtdx/lib/c6000" -i"C:/Program Files/Texas Instruments/ccsv4.2.3/bios_5_41_10_36/packages/ti/bios/lib" --reread_libs --rom_model -o "bios5_test1.out" -l"./semaphorecfg.cmd" "./semaphorecfg_c.obj" "./semaphorecfg.obj" "./semaphore.obj" -l"libc.a" -l"mytest.cmd"
<Linking>
I've attached an image below which shows my project settings:
Hi Judah,
I also attached image below which shows my project settings. You can see in left hand side, I excluded linker.cmd file from build.
I zipped and attched linker .cmd and image file for your reference.
Thanks and Regards,
Chandra Shekhar Mishra
Could you paste your build command for the linker from your build console?
I'm not sure what else could be causing the problem.
I might recommend to move this posts to the CCS forum because its more a CCS project issue at this point.
Judah
Adding more than one linker command file to a project is possible in CCSv4.1.3. I just verified this. You can right click on a project and select "Add Files to Project..." You can select a cmd file and it will add it to the project.
You can also do it from the build options like judahvang showed in his screen capture.
Note that in the screen capture you sent you have it added both ways. You have linker.cmd added to your project (but excluded) and you have it specified in your build options. So it is not actually excluded. Any cmd files that are part of your project CCS will pass to the linker unless then are excluded but it will also pass the ones that are listed in your build options.
John
Hi Judah,
I dumped full buid console option in text file and attached it for reference.
**** Build of configuration Release for project DSPFirmware **** C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../DSPFirmware.tcf' 'Invoking: TConf Script Compiler' "C:/Program Files/Texas Instruments/xdctools_3_16_02_32/tconf" -b -Dconfig.importPath="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages;" "../DSPFirmware.tcf" 'Finished building: ../DSPFirmware.tcf' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CAbortHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CAbortHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CAbortHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CAbortHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CAnalogModuleInterfaceHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CAnalogModuleInterfaceHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CAnalogModuleInterfaceHandler.cpp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CAnalogModuleInterfaceHandler.cpp", line 2034: warning: variable "ucSlaveAddress" was set but never used "F:/DashLite/CCS_Workspace/DSPFirmware/src/CAnalogModuleInterfaceHandler.cpp", line 2035: warning: variable "arrucCommand" was set but never used 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CAnalogModuleInterfaceHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CButterWorthChebyshevBesselFilter.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CButterWorthChebyshevBesselFilter.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CButterWorthChebyshevBesselFilter.cpp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CButterWorthChebyshevBesselFilter.cpp", line 556: warning: variable "delay" was declared but never referenced 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CButterWorthChebyshevBesselFilter.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CCalibration.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CCalibration.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CCalibration.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CCalibration.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataAcquisitionHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CDataAcquisitionHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataAcquisitionHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataAcquisitionHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataCaptureHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CDataCaptureHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataCaptureHandler.cpp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataCaptureHandler.cpp", line 743: warning: last line of file ends without a newline 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CDataCaptureHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CEdgeEventDetector.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CEdgeEventDetector.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CEdgeEventDetector.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CEdgeEventDetector.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CFirmwareUpgrade.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CFirmwareUpgrade.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CFirmwareUpgrade.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CFirmwareUpgrade.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CFlashInterfaceWrapper.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CFlashInterfaceWrapper.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CFlashInterfaceWrapper.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CFlashInterfaceWrapper.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CI2CHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CI2CHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CI2CHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CI2CHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CMinMaxComputer.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CMinMaxComputer.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CMinMaxComputer.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CMinMaxComputer.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CPowerMonitor.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CPowerMonitor.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CPowerMonitor.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CPowerMonitor.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CPulseWidthEventDetector.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CPulseWidthEventDetector.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CPulseWidthEventDetector.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CPulseWidthEventDetector.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CRMSFilter.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CRMSFilter.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CRMSFilter.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CRMSFilter.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CRTC.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CRTC.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CRTC.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CRTC.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CRealTimeMinMax.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CRealTimeMinMax.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CRealTimeMinMax.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CRealTimeMinMax.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSBCCommunicationHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CSBCCommunicationHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CSBCCommunicationHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSBCCommunicationHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CScopeCaptureHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CScopeCaptureHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CScopeCaptureHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CScopeCaptureHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CScopeMinMaxComputer.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CScopeMinMaxComputer.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CScopeMinMaxComputer.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CScopeMinMaxComputer.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSignalProcessing.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CSignalProcessing.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CSignalProcessing.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSignalProcessing.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSlewEventDetector.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CSlewEventDetector.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CSlewEventDetector.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSlewEventDetector.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSystemHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CSystemHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CSystemHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CSystemHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CTriggerHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CTriggerHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CTriggerHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CTriggerHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CWaveformBasedEventDetectionHandler.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CWaveformBasedEventDetectionHandler.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CWaveformBasedEventDetectionHandler.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CWaveformBasedEventDetectionHandler.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CWaveformPatternEventDetector.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CWaveformPatternEventDetector.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CWaveformPatternEventDetector.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CWaveformPatternEventDetector.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/CWindowEventDetector.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="CWindowEventDetector.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/CWindowEventDetector.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/CWindowEventDetector.cpp' ' ' 'Building file: DSPFirmwarecfg.s??' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="DSPFirmwarecfg.pp" "DSPFirmwarecfg.s62" 'Finished building: DSPFirmwarecfg.s??' ' ' 'Building file: DSPFirmwarecfg_c.c' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="DSPFirmwarecfg_c.pp" "DSPFirmwarecfg_c.c" 'Finished building: DSPFirmwarecfg_c.c' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/Interrupts.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="Interrupts.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/Interrupts.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/Interrupts.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/Main.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="Main.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/Main.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/Main.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/SPIWrapper.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="SPIWrapper.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/SPIWrapper.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/SPIWrapper.cpp' ' ' 'Building file: F:/DashLite/CCS_Workspace/DSPFirmware/src/Uppdriver.cpp' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g -O3 --define=CHIP_C6748 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/c674x-dsplib_1_03_00_01/include" --include_path="C:/C6748_dsp_1_00_00_11/pspdrivers_01_30_01/packages" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../bsl/inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../inc" --include_path="F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/Release" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="Uppdriver.pp" "F:/DashLite/CCS_Workspace/DSPFirmware/src/Uppdriver.cpp" 'Finished building: F:/DashLite/CCS_Workspace/DSPFirmware/src/Uppdriver.cpp' ' ' 'Building target: DSPFirmware.out' 'Invoking: Linker' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -@"ccsLinker.opt" -o "DSPFirmware.out" <Linking> fatal error: unrecognized file: "F:/DashLite/CCS_Workspace/DSPFirmware/ccs4/../linker.cmd" >> Compilation failure C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [DSPFirmware.out] Error 1 C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Build complete for project DSPFirmware
Regards,
Chandra
Hi John,
Now I removed linker.cmd file from project properties and added by right click on project and selected "Add Files to Project..." but the problem is same. while compiling I am getting same error whatever way I add i.e.
fatal error: unrecognized file: "../linker.cmd"
Regards,
Chandra
What does the ccsLinker.opt file look like? In that console output file I see paths that have <path>../<more path> I think it is the ../ that is messing things up. If the linker.cmd is at the root of the project it is not going to find it if there is ../linker.cmd
Hi John,
Earlier I tried putting the linker.cmd file inside ${PROJECT_ROOT} folder at that time also I got the same error. Later I moved that file to one folder out side to avoid automatic inclusion of linker.cmd file.
Regards,
Chandra
Hi Judah/John,
I have resolved "unrecognised file" problem. Actually I was editing linker.cmd file by notepad editor instead of by ccs4. This was creating the problem. This problem was explained in below link
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/35531.aspx?PageIndex=2
Thanks for your support.
Regards,
Chandra