Hi Team,
Ia m trying to compile the example project of KIT33812ECUEVME Software V1. Post compilation Iam getting following error:
"Error : C1815: This_symb_has_been_depriciated not declared (or typename)"
Error is in file Cpu.c in function vfnCpu_init(void). I could see that in file MC9S12P128.h from line number 12355 it is written. The following symbols were removed, because they were invalid or irrelevent.
My query is how to mitigate this error and successfully compile the example project.