IPCF S32DS3.4.3 build error

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

IPCF S32DS3.4.3 build error

788 Views
Lake_Hu
Contributor I

I have installed  C:\NXP\SW32G_IPCF_4.6.0_D2205 and S32DS3.4.3.

 

The default example project can't be built OK. Any thing I missed??  Thanks 

 

 

21:25:50 **** Clean-only build of configuration Debug_RAM for project IPCF_Example_S32G399_M7_0 ****
make -j8 clean
make: *** No rule to make target 'clean'. Stop.
"make -j8 clean" terminated with exit code 2. Build might be incomplete.

21:25:51 Build Failed. 1 errors, 0 warnings. (took 460ms)

21:25:51 **** Build of configuration Debug_RAM for project IPCF_Example_S32G399_M7_0 ****
make -j8 all
Building file: ../src/main.c
Building file: ../Project_Settings/Startup_Code/startup.c
Building file: ../Project_Settings/Startup_Code/Vector_Table.s
Building file: ../Project_Settings/Startup_Code/system.c
Building file: ../Project_Settings/Startup_Code/exceptions.c
Building file: ../src/sample.c
Building file: ../Project_Settings/Startup_Code/nvic.c
Building file: ../Project_Settings/Startup_Code/startup_cm7.s
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/sample.d" -MT"src/sample.o" -o "src/sample.o" "../src/sample.c"
Invoking: Standard S32DS C Compiler
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"
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 C Compiler
In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,
from ../src/main.c:19:
C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory
46 | #include "OsIf_Cfg.h"
| ^~~~~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:23: src/main.o] Error 1
make: *** Waiting for unfinished jobs....
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"
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"
../src/sample.c:24:10: fatal error: ipcf_Ip_Cfg.h: No such file or directory
24 | #include "ipcf_Ip_Cfg.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:23: src/sample.o] Error 1
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"
In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,
from ../Project_Settings/Startup_Code/exceptions.c:30:
C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory
46 | #include "OsIf_Cfg.h"
| ^~~~~~~~~~~~
compilation terminated.
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1
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"
In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,
from ../Project_Settings/Startup_Code/system.c:73:
C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory
46 | #include "OsIf_Cfg.h"
| ^~~~~~~~~~~~
compilation terminated.
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1
Finished building: ../Project_Settings/Startup_Code/startup.c
Finished building: ../Project_Settings/Startup_Code/Vector_Table.s
Finished building: ../Project_Settings/Startup_Code/startup_cm7.s
Finished building: ../Project_Settings/Startup_Code/nvic.c




"make -j8 all" terminated with exit code 2. Build might be incomplete.

21:25:55 Build Failed. 9 errors, 0 warnings. (took 4s.574ms)

 

0 Kudos
1 Reply

776 Views
Lake_Hu
Contributor I

Open the project default hardware/*.mex, then "Update code" could build all successfully.

 

Thank you!

0 Kudos