About Eth_InternalLoopback_S32G399A_M7

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

About Eth_InternalLoopback_S32G399A_M7

Jump to solution
276 Views
xiaoshumiao
Contributor III

In C:\NXP\SW32G_RTD_4.4_4.0.2_HF02\eclipse\plugins\Eth_TS_T40D11M40I2R0\examples\EBT\S32G3\Eth_InternalLoopback_S32G399A_M7

I want to test Ethernet loopback,My execution steps:

1. eb tresos open the project, and Generate Project.

2. make build.

But an error occurred,and Port.h,  Eth.h, OsIf.h all cannot be found.

2.png3.png

0 Kudos
1 Solution
155 Views
xiaoshumiao
Contributor III

Thank you very much for your reply. 

I have solved this problem!  The problem is version mismatch。

I'll list the solutions:

1. Find the corresponding eb tresos version from the RTD you are using.

for example:

xiaoshumiao_0-1714102662547.png

open this file

xiaoshumiao_1-1714102785195.png

2. Install the corresponding eb tresos.

xiaoshumiao_3-1714102991930.png

3. NOTE:

You must Activate the eb tresos with Corresponding activation code even if other versions of eb tresos has been already activated.

4. copy all "<mod>_TS_T40D11M40I2R0" directories and .JAR files from C:\NXP\SW32G_RTD_4.4_4.0.2_HF02\eclipse\plugins to the "<Tresos Install Path>\plugins" directory.

 

View solution in original post

4 Replies
240 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

We are able to compile the example no problem from our side:

DanielAguirre_0-1713891837778.png

DanielAguirre_1-1713891858822.png

We see that you are using the windows form for the different paths that are required. We understand that this is wrong and you should be using the unix form, as shown below:

DanielAguirre_2-1713891946043.png

Please, let us know.

0 Kudos
208 Views
xiaoshumiao
Contributor III

Thank you very much for your reply

According to your answer, the previous question has been resolved.

Now there is a new problem.

I wonder if there is some configuration missing or a version mismatch.

1.png2.png

 

0 Kudos
195 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

Thanks for your feedback. We might not understand this last inquiry, were you able to compile successfully? Or are you still not able to compile the project?

As from our side, we are still unable to reproduce the outcome you are seeing, we can compile the example no problem.

As for problems under the parameters, we see that following:

  • The TRESOS_DIR is not pointing to the typical EB Tresos installation path. Can you confirm if under that path you are able to see the EB Tresos installation folder?
  • The PLUGINS_DIR is not pointing to the typical plugins folder. Also, the plugin that you are using does not seem to be the typical NXP RTD plugins. As shown under our previous example, all plugins should be available under the plugins folder of Tresos, we recommend using it.

Please, let us know.

0 Kudos
156 Views
xiaoshumiao
Contributor III

Thank you very much for your reply. 

I have solved this problem!  The problem is version mismatch。

I'll list the solutions:

1. Find the corresponding eb tresos version from the RTD you are using.

for example:

xiaoshumiao_0-1714102662547.png

open this file

xiaoshumiao_1-1714102785195.png

2. Install the corresponding eb tresos.

xiaoshumiao_3-1714102991930.png

3. NOTE:

You must Activate the eb tresos with Corresponding activation code even if other versions of eb tresos has been already activated.

4. copy all "<mod>_TS_T40D11M40I2R0" directories and .JAR files from C:\NXP\SW32G_RTD_4.4_4.0.2_HF02\eclipse\plugins to the "<Tresos Install Path>\plugins" directory.