CAN_FD_MPC5748G demo compile issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CAN_FD_MPC5748G demo compile issue

585件の閲覧回数
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!

ラベル(2)
0 件の賞賛
1 返信

449件の閲覧回数
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