CAN_FD_MPC5748G demo compile issue

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

CAN_FD_MPC5748G demo compile issue

551 Views
joophliu
Contributor III

Hi All:

       I import CAN_FD_MPC5748G demo of MPC5748G-GW_QSP for test,but i can't compile succeed!

       Error:微信截图_20190624230632.png

        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.

      微信截图_20190624231147.png

How should I modify the project for correct compile?thank you!

Labels (2)
0 Kudos
1 Reply

415 Views
jiri_kral
NXP Employee
NXP Employee

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: 

pastedImage_1.png

Jiri