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.

CCS/TMS320F28377S: TMS320F28377S

Other Parts Discussed in Thread: C2000WARE

I am not sure if this is related. I changed one number and started getting this error.

**** Build of configuration CPU1_RAM for project 60 kHz ****

"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k all

Building file: "../60kHz1123.c"
Invoking: C2000 Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.8.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -O4 --opt_for_speed=5 --fp_mode=relaxed --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.8.LTS/include" --include_path="C:/ti/C2000Ware_1_00_05_00_Software/device_support/f2837xs/headers/include" --include_path="C:/ti/C2000Ware_1_00_05_00_Software/device_support/f2837xs/common/include" --define=_LAUNCHXL_F28377S --define=CPU_FRQ_200MHZ --define=CPU1 -g --diag_suppress=10063 --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="60kHz1123.d_raw" "../60kHz1123.c"
Finished building: "../60kHz1123.c"

Building target: "60 kHz.out"
Invoking: C2000 Linker
"C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.8.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -O4 --opt_for_speed=5 --fp_mode=relaxed --define=_LAUNCHXL_F28377S --define=CPU_FRQ_200MHZ --define=CPU1 -g --diag_suppress=10063 --diag_warning=225 --display_error_number -z -m"60 kHz.map" --stack_size=0x100 --warn_sections -i"C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.8.LTS/lib" -i"C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.8.LTS/include" -i"C:/ti/C2000Ware_1_00_05_00_Software/device_support/f2837xs/common/cmd" -i"C:/ti/C2000Ware_1_00_05_00_Software/device_support/f2837xs/headers/cmd" --reread_libs --display_error_number --xml_link_info="60 kHz_linkInfo.xml" --entry_point=code_start --rom_model -o "60 kHz.out" "./60kHz1123.obj" "./F2837xS_Adc.obj" "./F2837xS_CodeStartBranch.obj" "./F2837xS_CpuTimers.obj" "./F2837xS_DefaultISR.obj" "./F2837xS_EPwm.obj" "./F2837xS_GlobalVariableDefs.obj" "./F2837xS_Gpio.obj" "./F2837xS_PieCtrl.obj" "./F2837xS_PieVect.obj" "./F2837xS_SysCtrl.obj" "./F2837xS_usDelay.obj" -lrts2800_fpu32.lib -l2837xS_Generic_RAM_lnk.cmd -lF2837xS_Headers_nonBIOS.cmd -llibc.a
<Linking>
"C:\Users\vadimp\AppData\Local\Temp\{7D80EF97-5463-4C1A-86CD-A25146890E32}", ERROR! :
[E1000]
Cannot open source file
C:\Users\vadimp\AppData\Local\Temp\{7D80EF97-5463-4C1A-86CD-A25146890E32}:
No such file or directory

>> Compilation failure

>> Compilation failure

>> Compilation failure
makefile:153: recipe for target '60 kHz.out' failed
fatal error #10192: Failed linktime optimization
gmake: *** [60 kHz.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Please make sure the temporary directory ...

    vadim piskun said:
    C:\Users\vadimp\AppData\Local\Temp

    ... can be written to.  Perhaps the permissions are wrong, or it is full, or something similar.

    Regarding ...

    vadim piskun said:
    I changed one number and started getting this error.

    What number did you change?

    One workaround to try is to lower the optimization level from -O4 to -O3.  I cannot guarantee it works.  But it is worth a try.

    Please let me know if these suggestions resolve the problem.

    Thanks and regards,

    -George