Part Number: CCSTUDIO
Other Parts Discussed in Thread: DAC7552, C2000WARE
Tool/software:
Code Composer Studio 12.3
During the link I get " 'cp' is not recognized as an internal or external command,..." See below.
What is causing this? Its possible that I have a CCS 20.0 project file from a colleague, but pretty sure I excluded.
Thanks,
Paul Hetherington
Building target: "CMCScannerPlusPlus.out"
Invoking: C2000 Linker
"C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --advice:performance=all --define=_FLASH --define=BUILD_CONFIG_DEBUG_FLASH --define=DEBUG_PRINTF_STDOUT --define=CPU1 --define=_DUAL_HEADERS -g --cpp_default --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"CMCScannerPlusPlus.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/lib" -i"C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" -i"C:/ti/c2000/C2000Ware_5_04_00_00/device_support/f2837xs/common/cmd" -i"C:/ti/c2000/C2000Ware_5_04_00_00/device_support/f2837xs/headers/cmd" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="CMCScannerPlusPlus_linkInfo.xml" --rom_model -o "CMCScannerPlusPlus.out" "./device/device.obj" "./src/C2000/Example_2837xSSpi_FFDLB.obj" "./src/C2000/F2837xS_Adc.obj" "./src/C2000/F2837xS_CodeStartBranch.obj" "./src/C2000/F2837xS_DefaultISR.obj" "./src/C2000/F2837xS_Dma.obj" "./src/C2000/F2837xS_EQep.obj" "./src/C2000/F2837xS_GlobalVariableDefs.obj" "./src/C2000/F2837xS_Gpio.obj" "./src/C2000/F2837xS_PieCtrl.obj" "./src/C2000/F2837xS_PieVect.obj" "./src/C2000/F2837xS_Spi.obj" "./src/C2000/F2837xS_SysCtrl.obj" "./src/C2000/F2837xS_usDelay.obj" "./src/C2000/adc_soc_software_cpu01.obj" "./src/C2000/blinky_cpu01.obj" "./src/DRIDevice.obj" "./src/DSR.obj" "./src/EncoderTrack.obj" "./src/Serial.obj" "./src/Trigger.obj" "./src/VT100_2407.obj" "./src/analog.obj" "./src/cmc.obj" "./src/diagstrings.obj" "./src/digitalIO.obj" "./src/digitalIO_AtoD.obj" "./src/emif_dc.obj" "./src/isp_spi_flash.obj" "./src/log.obj" "./src/move.obj" "./src/protocol.obj" "./src/scanner.obj" "./src/timer_377.obj" "./src/uart.obj" "./src/utility.obj" "./src/version.obj" "./src/watchdog.obj" "./src/common/DAC7552.obj" "./src/common/Servo.obj" "./src/common/debugPrintf.obj" "./src/common/fpga.obj" "./src/common/fpgaMemory.obj" "./src/common/hwId.obj" "./src/common/leds.obj" "./src/common/memTestExp.obj" "./src/common/memoryTest.obj" "./src/common/sram.obj" "./src/common/testPoints.obj" "../FPGA_MEMORY_MAP.cmd" "C:/ti/c2000/C2000Ware_5_04_00_00/driverlib/f2837xs/driverlib/ccs/Debug/driverlib.lib" -llibc.a -lF2837xS_Headers_nonBIOS.cmd -l"C:/BlueCrest/projects/CMCScannerPlusPlus/cmd/2837xS_Generic_FLASH_lnk.cmd"
<Linking>
'cp' is not recognized as an internal or external command,
operable program or batch file.
warning #10247-D: creating output section ".strings" without a SECTIONS specification
warning #10210-D: creating ".esysmem" section with default size of 0x400; use the -heap option to change the default size
Finished building target: "CMCScannerPlusPlus.out"
copy <-- I added this post build step to see when a post build step was taking place