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.
"C:\\ti\\ccs1220\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building target: "CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start.out"
Invoking: C2000 Linker
"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -Ooff --define=CPU1 --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start.map" --stack_size=0x100 --warn_sections -i"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/lib" -i"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start_linkInfo.xml" --entry_point=code_start --rom_model -o "CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start.out" "./MKadc.obj" "./MKinitGPIO.obj" "./MKsci.obj" "./empty_bitfield_main.obj" "./f280013x_adc.obj" "./f280013x_codestartbranch.obj" "./f280013x_dbgier.obj" "./f280013x_defaultisr.obj" "./f280013x_globalvariabledefs.obj" "./f280013x_gpio.obj" "./f280013x_piectrl.obj" "./f280013x_pievect.obj" "./f280013x_sysctrl.obj" "./f280013x_usdelay.obj" "./mkpwm.obj" "../280013x_generic_flash_lnk.cmd" "../f280013x_headers_nonbios.cmd" -llibc.a
<Linking>
fatal error #6001: cannot open file "CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start_linkInfo.xml": No such file or directory
>> Compilation failure
makefile:150: recipe for target 'CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start.out' failed
gmake[1]: *** [CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start.out] Error 1
makefile:146: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
Hi Manoj,
Did you start off using a base C2000WARE example project and copy over code? It looks like you're missing a .xml file. Is this a new project you're creating?
I would highly suggest starting off with our empty driverlib projects or the universal project example so future projects if you port over to another device will be easier and you will not run into these build issues.
Best,
Ryan Ma
i used empty driverlib project to implement, and worked. i was able to copy and use the projects, all of a sudden i got this error, i did not change anything just a working project is being copied and pasted in the same workspace.
Hi Manoj,
fatal error #6001: cannot open file "CellingFan_CorrectionControlAlgorithim7_AvgChatgpt_bottomSens_moving_Rollback2_equation_rem_mov20_start_linkInfo.xml": No such file or directory
Can you confirm this file is in your project?
I assume when copying over contents from one file to another, paths must have changed and your new project is using old paths to look up this .xml.
Can you verify all your paths in the include options or variables in your project are correct?
Best,
Ryan Ma
In a working project, can you tell me where i can find it(i mean in which folder).
Hi Manoj,
Please take a look at this thread: https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/371362/ccs-memory-allocation-view
This should solve your issue, double check your ProjName if that matches your new project's name.