MPC5777C build problems

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

MPC5777C build problems

1,717 次查看
alphafeely
Contributor II

I have created a empty MPC5777C project , try to build  it , errors below , Help me please

16:06:15 **** Build of configuration Debug for project Hey_MPC5777C_Z7_0 ****
make -j4 all
Building file: ../src/intc_SW_mode_isr_vectors_MPC5777C.c
Building file: ../src/flashrchw.c
Building file: ../src/Vector.c
Building file: ../src/MPC57xx__Interrupt_Init.c
Executing target #3 ../src/flashrchw.c
Executing target #2 ../src/Vector.c
Executing target #1 ../src/MPC57xx__Interrupt_Init.c
Executing target #4 ../src/intc_SW_mode_isr_vectors_MPC5777C.c
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
powerpc-eabivle-gcc "@src/flashrchw.args" -MMD -MP -MF"src/flashrchw.d" -MT"src/flashrchw.o" -c -o "src/flashrchw.o" "../src/flashrchw.c"
powerpc-eabivle-gcc "@src/MPC57xx__Interrupt_Init.args" -MMD -MP -MF"src/MPC57xx__Interrupt_Init.d" -MT"src/MPC57xx__Interrupt_Init.o" -c -o "src/MPC57xx__Interrupt_Init.o" "../src/MPC57xx__Interrupt_Init.c"
powerpc-eabivle-gcc "@src/Vector.args" -MMD -MP -MF"src/Vector.d" -MT"src/Vector.o" -c -o "src/Vector.o" "../src/Vector.c"
powerpc-eabivle-gcc "@src/intc_SW_mode_isr_vectors_MPC5777C.args" -MMD -MP -MF"src/intc_SW_mode_isr_vectors_MPC5777C.d" -MT"src/intc_SW_mode_isr_vectors_MPC5777C.o" -c -o "src/intc_SW_mode_isr_vectors_MPC5777C.o" "../src/intc_SW_mode_isr_vectors_MPC5777C.c"
make: *** [src/intc_SW_mode_isr_vectors_MPC5777C.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [src/flashrchw.o] Error 1
make: *** [src/MPC57xx__Interrupt_Init.o] Error 1
make: *** [src/Vector.o] Error 1

16:06:24 Build Finished (took 9s.329ms)

0 项奖励
回复
2 回复数

1,556 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

could you please specify which version of S32DS you used?

Could you please check, if there are not any illegal characters (like some Chinese characters) in path to workspace?

Regards,

Martin

0 项奖励
回复

1,556 次查看
alphafeely
Contributor II

Hey,

S32 Design Studio for Power Architecture

Version: 1.2
Build id: 170613

I have check that  there are not any illegal characters in path to workspace!

thanks!

0 项奖励
回复