MCAL 4.0 MPC577C Linking problem

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

MCAL 4.0 MPC577C Linking problem

498 Views
fereyes08
Contributor II

Hello,

I am trying to compile MCAL 4.0 Application example for MPC5777C. I had an error in file Vector_vle_core.S:

Undefined symbol 'SystemCall_Handler' in file './Toolchain/Vector_vle_core.o'

Makefile for assembly files:

Toolchain/%.o: ../Toolchain/%.s
@echo 'Building file: $<'
@echo 'Invoking: Diab Assembler'
dcc -c -tPPCE200Z759N3VES -g -o $@ $<
@echo 'Finished building: $<'
@echo ' '

Please advise.

Regards,

Federico

0 Kudos
0 Replies