Hi everyone,
我直接使用 example里面的demo程序,

更新了对应的引脚

编译后会报错
Building file: ../RTD/src/Power_Ip.c
../board/Port_Ci_Port_Ip_Cfg.h:47:10: fatal error: Port_Ci_Port_Ip_Types.h: No such file or directory
47 | #include "Port_Ci_Port_Ip_Types.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
make: *** [board/subdir.mk:20: board/Port_Ci_Port_Ip_Cfg.o] Error 1
arm-none-eabi-gcc "@RTD/src/Can_43_FLEXCAN.args" -MMD -MP -MF"RTD/src/Platform.d" -MT"RTD/src/Platform.o" -o "RTD/src/Platform.o" "../RTD/src/Platform.c"
make: *** Waiting for unfinished jobs....
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@RTD/src/Can_43_FLEXCAN.args" -MMD -MP -MF"RTD/src/Power_Ip.d" -MT"RTD/src/Power_Ip.o" -o "RTD/src/Power_Ip.o" "../RTD/src/Power_Ip.c"
arm-none-eabi-gcc "@RTD/src/Can_43_FLEXCAN.args" -MMD -MP -MF"RTD/src/Platform_Ipw.d" -MT"RTD/src/Platform_Ipw.o" -o "RTD/src/Platform_Ipw.o" "../RTD/src/Platform_Ipw.c"
Finished building: ../RTD/src/OsIf_Interrupts.c
Finished building: ../RTD/src/OsIf_Timer_System.c
Finished building: ../RTD/src/OsIf_Timer.c
Finished building: ../RTD/src/OsIf_Timer_System_Internal_Systick.c
Finished building: ../RTD/src/Power_Ip.c
Finished building: ../RTD/src/Platform_Ipw.c
Finished building: ../RTD/src/Platform.c
"make -j12 all" terminated with exit code 2. Build might be incomplete.
17:13:47 Build Failed. 3 errors, 0 warnings. (took 1s.491ms)
对应的example看附件,
为什么例程卉报错,怎么解决?