Hi All:
I import CAN_FD_MPC5748G demo of MPC5748G-GW_QSP for test,but i can't compile succeed!
Error:
I install S32DS Power V2007.R1 in D:/NXP, not install in C Disk;and S32_SDK_MPC574xx_RTM_1.0.0 install in D Disk also.I found the .project file configure the the S32_SDK_MPC574xx_RTM_1.0.0 path in C disk.
How should I modify the project for correct compile?thank you!
Hi,
it looks that this example is not part of SDK. Anyway - by default is in .project file used system variable pointing into SDK location:
<location>${MPC5746C_SDK_Z4_1_0_0_PATH}/.....
You can replace the absolute path with this var. You can also check in project properties if the variable points in correct place:
Jiri