MPC5748G -- lib_ewl.prefix: No such file or directory

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

MPC5748G -- lib_ewl.prefix: No such file or directory

3,082 Views
stso
Contributor III

Hello,

 

I was trying to run an ethernet example for the MPC5748G, but when I start compiling the following error shows up:

 

164699_164699.pngpastedImage_2.png

 

The file is, indeed, not included in the project and also nowhere in the project folder.

The example project (https://community.nxp.com/servlet/JiveServlet/download/629570-1-376197/mpc5748g-ethernet-LWIP-udp.ra... )I used is written by Yue Li (MPC5748G ENET ) and is a port of lwIP.

Has anyone encountered this error before ?

 

I would appreciate any kind of suggestion.

 

 

Regards

Stefan

Labels (1)
4 Replies

1,529 Views
陈简陈
Contributor III

I am running S32 Studio for PA 2017.R1 ,how do I add?

pastedImage_2.png

pastedImage_1.png

0 Kudos

1,529 Views
martin_kovar
NXP Employee
NXP Employee

Hi Stefan,

which version of S32 Design Studio you use? Version 1.0 or version 1.1?

I have already tried the project you shared (https://community.nxp.com/servlet/JiveServlet/download/11363-386434-629570-376197/mpc5748g-ethernet-... ) and I am able to compile in S32 Design Studio. Only problem was with with path include in system path. Instead of include there was some another absolute path, which causes error during compilation.

pastedImage_227.png

Maybe there is similar problem in your case. Try to look for project paths and change absolute paths to relative ones.

Especially, if you have another path to S32DS installation folder than C:/Freescale/S32_v1.0...etc, you have to change this include to correct path. Also if you have S32DS version 1.1, path to e200_ewl2 will be little different. So please check and let me now if this was the issue.

Regards,

Martin

0 Kudos

1,529 Views
stso
Contributor III

Thanks a lot Martin. Adjusting the paths solved my issue.

I am running S32 Studio version 1.1, so the absolute paths as well as the paths to the libraries were different.

1,529 Views
stso
Contributor III

I want to add, that lib_ewl.prefix is not included in any .c or .h file in the project, which makes me think that it's a error of the compiler itself. I'm working with a S32 Design Studio for Power with standard toolchain configuration.

0 Kudos