When debugging the "LINFlexD_UART_MPC5744P" example documentation, the following error occurred:

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

When debugging the "LINFlexD_UART_MPC5744P" example documentation, the following error occurred:

130 次查看
xingzhenlei
Contributor I

**** Incremental Build of configuration Debug for project LINFlexD_UART_MPC5744P ****
make -j24 all
Building file: ../src/MPC57xx__Interrupt_Init.c
Building file: ../src/Vector.c
Building file: ../src/flashrchw.c
Building file: ../src/gpio.c
Building file: ../src/intc_SW_mode_isr_vectors_MPC5744P.c
Invoking: Standard S32DS C Compiler
Building file: ../src/intc_sw_handlers.S
Building file: ../src/linflexd_uart.c
Building file: ../src/main.c
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
Building file: ../src/mode_entry.c
Building file: ../Project_Settings/Startup_Code/startup.S
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/flashrchw.d" -MT"src/flashrchw.o" -o "src/flashrchw.o" "../src/flashrchw.c"
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS Assembler
Invoking: Standard S32DS C Compiler
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/MPC57xx__Interrupt_Init.d" -MT"src/MPC57xx__Interrupt_Init.o" -o "src/MPC57xx__Interrupt_Init.o" "../src/MPC57xx__Interrupt_Init.c"
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
Invoking: Standard S32DS Assembler
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/Vector.d" -MT"src/Vector.o" -o "src/Vector.o" "../src/Vector.c"
Invoking: Standard S32DS C Compiler
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/linflexd_uart.d" -MT"src/linflexd_uart.o" -o "src/linflexd_uart.o" "../src/linflexd_uart.c"
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/intc_SW_mode_isr_vectors_MPC5744P.d" -MT"src/intc_SW_mode_isr_vectors_MPC5744P.o" -o "src/intc_SW_mode_isr_vectors_MPC5744P.o" "../src/intc_SW_mode_isr_vectors_MPC5744P.c"
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
Invoking: Standard S32DS C Compiler
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/gpio.d" -MT"src/gpio.o" -o "src/gpio.o" "../src/gpio.c"
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
powerpc-eabivle-gcc "@src/intc_sw_handlers.args" -o "src/intc_sw_handlers.o" "../src/intc_sw_handlers.S"
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/mode_entry.d" -MT"src/mode_entry.o" -o "src/mode_entry.o" "../src/mode_entry.c"
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
powerpc-eabivle-gcc "@Project_Settings/Startup_Code/startup.args" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.S"
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
make: *** [src/subdir.mk:45: src/flashrchw.o] Error 1
make: *** Waiting for unfinished jobs....
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
make: *** [src/subdir.mk:45: src/linflexd_uart.o] Error 1
make: *** [src/subdir.mk:45: src/Vector.o] Error 1
make: *** [src/subdir.mk:45: src/MPC57xx__Interrupt_Init.o] Error 1
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
powerpc-eabivle-gcc.exe: error: ewl_c9x.specs: No such file or directory
make: *** [src/subdir.mk:45: src/mode_entry.o] Error 1
make: *** [src/subdir.mk:45: src/main.o] Error 1
make: *** [src/subdir.mk:45: src/gpio.o] Error 1
make: *** [src/subdir.mk:45: src/intc_SW_mode_isr_vectors_MPC5744P.o] Error 1
make: *** [src/subdir.mk:52: src/intc_sw_handlers.o] Error 1
make: *** [Project_Settings/Startup_Code/subdir.mk:17: Project_Settings/Startup_Code/startup.o] Error 1

23:14:03 Build Finished (took 207ms)

0 项奖励
回复
1 回复

91 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

check project setting for Path and Source locations.
But if you create new project from LINFlexD_UART_MPC5744P demo, it is compiled normally in S32DS.

BR, Petr

0 项奖励
回复