Headless Build gives Error messages But build success

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Headless Build gives Error messages But build success

218 Views
Bright-Dream
Contributor I

This is my MATLAB projects command below

command = [S32_IDE_LOC, '\s32ds.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini s32ds.ini ', S32_SDK_INC_LOC, ' -data ', S32_WS_LOC, ' -import ', S32_WS_LOC, '\', S32_PRJ_NAME , ' -cleanBuild ', S32_PRJ_NAME, '/Debug_FLASH'];
status = system(command);

The message output:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Opening 'M0100_App'.
Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitaddress for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitpointers for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitaddress for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitpointers for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitaddress for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitpointers for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitthread for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitleak for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitaddress for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitpointers for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitthread for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.c.compiler.option.debugging.sanitleak for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.cpp.compiler.option.debugging.sanitaddress for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.cpp.compiler.option.debugging.sanitpointers for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.cpp.compiler.option.debugging.sanitthread for element type Option.

Managed Build system manifest file error: Duplicate identifier gnu.cpp.compiler.option.debugging.sanitleak for element type Option.

Managed Build system manifest file error: Unable to resolve the category identifier gnu.c.compiler.category.debug in the option gnu.c.compiler.option.debugging.sanitaddress.

Managed Build system manifest file error: Unable to resolve the category identifier gnu.c.compiler.category.debug in the option gnu.c.compiler.option.debugging.sanitpointers.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm64.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.arm64.ghs.toolchain.debug.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm64.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.arm64.ghs.toolchain.release.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm64.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.arm64.ghs.toolchain.debug.ram.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm64.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.arm64.ghs.toolchain.release.ram.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm64.static_library.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.arm64.ghs.toolchain.debug.lib.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm64.static_library.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.arm64.ghs.toolchain.release.lib.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.debug.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.release.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.debug.ram.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.release.ram.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.static_library.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.debug.lib.

Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.static_library.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.release.lib.

Managed Build system manifest file error: Unable to resolve the category identifier gnu.c.compiler.category.debug in the option gnu.c.compiler.option.debugging.sanitaddress.

Managed Build system manifest file error: Unable to resolve the category identifier gnu.c.compiler.category.debug in the option gnu.c.compiler.option.debugging.sanitpointers.

Managed Build system manifest file error: Unable to resolve the category identifier gnu.c.compiler.category.debug in the option gnu.c.compiler.option.debugging.sanitthread.

Managed Build system manifest file error: Unable to resolve the category identifier gnu.c.compiler.category.debug in the option gnu.c.compiler.option.debugging.sanitleak.

17:18:23 **** Build of configuration Debug_FLASH for project M0100_App ****
make -j12 all
Building file: ../src/ASW_Schedule.c
Building file: ../src/ASW_Task.c
Building file: ../src/main.c
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/ASW_Schedule.args" -MMD -MP -MF"src/ASW_Schedule.d" -MT"src/ASW_Schedule.o" -o "src/ASW_Schedule.o" "../src/ASW_Schedule.c"
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/ASW_Schedule.args" -MMD -MP -MF"src/ASW_Task.d" -MT"src/ASW_Task.o" -o "src/ASW_Task.o" "../src/ASW_Task.c"
arm-none-eabi-gcc "@src/ASW_Schedule.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
Building file: ../simulink/ASW_Task_L10ms.c
Building file: ../simulink/M0100_MathWorks.c
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@simulink/ASW_Task_L10ms.args" -MMD -MP -MF"simulink/ASW_Task_L10ms.d" -MT"simulink/ASW_Task_L10ms.o" -o "simulink/ASW_Task_L10ms.o" "../simulink/ASW_Task_L10ms.c"
Building file: ../generate/include/OsIf_Cfg.c
arm-none-eabi-gcc "@simulink/ASW_Task_L10ms.args" -MMD -MP -MF"simulink/M0100_MathWorks.d" -MT"simulink/M0100_MathWorks.o" -o "simulink/M0100_MathWorks.o" "../simulink/M0100_MathWorks.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@generate/include/OsIf_Cfg.args" -MMD -MP -MF"generate/include/OsIf_Cfg.d" -MT"generate/include/OsIf_Cfg.o" -o "generate/include/OsIf_Cfg.o" "../generate/include/OsIf_Cfg.c"
Building file: ../Project_Settings/Startup_Code/Vector_Table.s
Finished building: ../src/ASW_Task.c
Invoking: Standard S32DS Assembler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/Vector_Table.o" "../Project_Settings/Startup_Code/Vector_Table.s"
Building file: ../Project_Settings/Startup_Code/exceptions.c

Invoking: Standard S32DS C Compiler
Building file: ../Project_Settings/Startup_Code/nvic.c
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/exceptions.d" -MT"Project_Settings/Startup_Code/exceptions.o" -o "Project_Settings/Startup_Code/exceptions.o" "../Project_Settings/Startup_Code/exceptions.c"
Building file: ../Project_Settings/Startup_Code/startup.c
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/nvic.d" -MT"Project_Settings/Startup_Code/nvic.o" -o "Project_Settings/Startup_Code/nvic.o" "../Project_Settings/Startup_Code/nvic.c"
Building file: ../Project_Settings/Startup_Code/startup_cm7.s
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"
Invoking: Standard S32DS Assembler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/startup_cm7.o" "../Project_Settings/Startup_Code/startup_cm7.s"
Finished building: ../generate/include/OsIf_Cfg.c
Finished building: ../Project_Settings/Startup_Code/Vector_Table.s
Building file: ../Project_Settings/Startup_Code/system.c


Finished building: ../src/main.c
Invoking: Standard S32DS C Compiler
Finished building: ../Project_Settings/Startup_Code/exceptions.c
Finished building: ../Project_Settings/Startup_Code/startup_cm7.s

arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/system.d" -MT"Project_Settings/Startup_Code/system.o" -o "Project_Settings/Startup_Code/system.o" "../Project_Settings/Startup_Code/system.c"


Finished building: ../Project_Settings/Startup_Code/startup.c

Finished building: ../src/ASW_Schedule.c

Finished building: ../simulink/M0100_MathWorks.c
Finished building: ../simulink/ASW_Task_L10ms.c


Finished building: ../Project_Settings/Startup_Code/system.c

Finished building: ../Project_Settings/Startup_Code/nvic.c

Building target: M0100_App.elf
Invoking: Standard S32DS C Linker
arm-none-eabi-gcc -o "M0100_App.elf" "@M0100_App.args"
Finished building target: M0100_App.elf

/usr/bin/make --no-print-directory post-build
arm-none-eabi-objcopy -O srec M0100_App.elf M0100_App.mot

Invoking: Standard S32DS Create Flash Image
arm-none-eabi-objcopy -O srec M0100_App.elf "M0100_App.srec"
Invoking: Standard S32DS Print Size
arm-none-eabi-size --format=berkeley --totals M0100_App.elf
text data bss dec hex filename
166184 2160 75304 243648 3b7c0 M0100_App.elf
166184 2160 75304 243648 3b7c0 (TOTALS)
Finished building: M0100_App.siz

Finished building: M0100_App.srec

17:18:26 Build Finished. 0 errors, 0 warnings. (took 2s.637ms)

 

How to fix:

Managed Build system manifest file error:

0 Kudos
Reply
0 Replies