Other Parts Discussed in Thread: CCSTUDIO, TMS320F28386D, C2000WARE
Hello all
In a CI/CD framework, we are compiling via command line (eclipsec) a 28386D. Sometimes, we get at the end of the compilation log a Project error but when reading the log there is not a concrete code error to fix (I copy an extract of the compilation log below). Besides, If we compile same code again, the error disappears.
The command is the following:
eclipsec -noSplash -data "C:\\myWorkspace_dsp_hemgen3" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace "${WORKSPACE}\\Sistemas" -ccs.buildType full -ccs.configuration MOCKUP_CPU1 >> ..\\Sistemas\\Compilation_MOCKUP_CPU1.log 2>&1
***********************************
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Thu Jul 07 15:28:08 CEST 2022]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
================================================================================
Building...
**** Clean-only build of configuration MOCKUP_CPU1 for project core_hem_plus ****
"C:\\ti\\ccs1030\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O
gmake: *** No rule to make target 'clean'.
**** Build Finished ****
**** Build of configuration MOCKUP_CPU1 for project core_hem_plus ****
"C:\\ti\\ccs1030\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/script/clean_old_version_outputs.bat DEBUG
Building file: "../APP_CPU1/source/XXXXX.c"
Invoking: C2000 Compiler
"C:/ti/ccs1030/ccs/tools/compiler/ti-cgt-c2000_20.2.5.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu64 --idiv_support=idiv0 --isr_save_vcu_regs=on --tmu_support=tmu0 --vcu_support=vcrc -O0 --opt_for_speed=2 --fp_mode=relaxed --include_path="C:/ti/ccs1030/ccs/tools/compiler/ti-cgt-c2000_20.2.5.LTS/include" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/common_modules_plus/Inc/Faults_Warnings_Events" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/APP_CPU1/include" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/APP_CPU1/include/com_up" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/APP_CPU1/include_private" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/APP_CPU1/include_private/com_up" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/common_modules_plus/Inc/Remote_Upgrade" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/common_modules_plus/Inc/Spi_commons/shared_bit_definitions" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/common_modules_plus/Inc/Spi_commons" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/common_modules_plus/Inc/Spi_fast" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/common_modules_plus/Inc/Spi_slow" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Config" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Drivers" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Kernel" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Public" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Services" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Services/AUTOTEST_service" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Services/COM_UP_service" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Services/FILTER_service" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/Services/CONTROL_service" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/TI" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/TI/driverlib" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/TI/f2838xD" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include/TI/VCU" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include_private/Services/AUTOTEST_service" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include_private/Services/FILTER_service_private" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include_private/Services" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include_private/Config" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include_private/Drivers" --include_path="C:/Jenkins/workspace/DSP HEMGEN3/Sistemas/CORE/include_private/Kernel" --advice:performance=all --define=CODEINRAM --define=MOCKUP --define=CPU1 -g --c11 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --emit_warnings_as_errors --gen_func_subsections=on --gen_data_subsections=on --abi=eabi --ramfunc=off --preproc_with_compile --preproc_dependency="APP_CPU1/source/anti_islanding.d_raw" --obj_directory="APP_CPU1/source" "../APP_CPU1/source/XXXXX.c"
Finished building: "../APP_CPU1/source/XXXXX.c"
.....................
<Linking>
Finished building target: "HEMGEN3_DSP_APP.out"
.................
**** Build Finished ****
================================================================================
CCS headless build complete! 1 out of 1 projects have errors.
