Dear Martin,
Thank you for your reply .I followed your tips ,but problems still exist:
The file "MPC57xx__Interrupt_Init" has statements like below :
#if defined(MPC574xP)
INTC.BCR.R = 0; /* Software vector mode */
#elif defined(MPC5777C)
INTC.MCR.R &= ~(INTC_BCR_HVEN( coreId )); /* Software vector mode */
#else
INTC.BCR.R &= ~(INTC_BCR_HVEN( coreId )); /* Software vector mode */
#endif
If I run the project ,it will cause the error that "intc_sw_handlers.S" and "intc_SW_mode_isr_vectors_MPC5744P.c" files were not found .However ,if I change the 0 to 1 in the sentense "INTC.BCR.R = 0" , error still accur ,showing that .elf file can not be found .
Please give me some hints .
Thank you again .
Yours,
Bruce