How to use the readme.txt in S32K344 example AutoSAR project?

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

How to use the readme.txt in S32K344 example AutoSAR project?

2,429 Views
cranes
Contributor III

Hello,

I am trying to build an example project from SW32K3_RTD_R21-11_3.0.0_P07.

C:\NXP\SW32K3_RTD_R21-11_3.0.0_P07\eclipse\plugins\Pwm_TS_T40D34M30I0R0\examples\EBT\S32K3XX\Pwm_example_S32K344

To compile the project, I am trying to follow readme.txt in above folder. It is attached in this post.

I have some questions about it:

1. In line 28, it says "Make sure that all RTD plugins are already installed in the Tresos Studio plugins directory". 

    Does it mean to install RTD to this folder C:\EB\tresos\plugins?

2. In line 59, it says "run "make build". Does MinGW make work? 

3. After running make, it says to specify T32_DIR. Which folder it should be?

 

C:\NXP\SW32K3_RTD_R21-11_3.0.0_P07\eclipse\plugins\Pwm_TS_T40D34M30I0R0\examples\EBT\S32K3XX\Pwm_example_S32K344>c:/MinGW\bin\mingw32-make build
check_build_params.mk:18: *** Invalid path set to Trace32. The provided path: from project_parameters.mk T32_DIR=replace_t32_dir is invalid!.  Stop.

C:\NXP\SW32K3_RTD_R21-11_3.0.0_P07\eclipse\plugins\Pwm_TS_T40D34M30I0R0\examples\EBT\S32K3XX\Pwm_example_S32K344>
C:\NXP\SW32K3_RTD_R21-11_3.0.0_P07\eclipse\plugins\Pwm_TS_T40D34M30I0R0\examples\EBT\S32K3XX\Pwm_example_S32K344>c:/MinGW\bin\mingw32-make run
check_build_params.mk:18: *** Invalid path set to Trace32. The provided path: from project_parameters.mk T32_DIR=replace_t32_dir is invalid!.  Stop.

C:\NXP\SW32K3_RTD_R21-11_3.0.0_P07\eclipse\plugins\Pwm_TS_T40D34M30I0R0\examples\EBT\S32K3XX\Pwm_example_S32K344>

 

Thanks!

Crane

0 Kudos
Reply
24 Replies

223 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @cranes 

While reviewing this situation, I found another possible cause for your issue. When you installed RTD version 3.0.0 P07, did you first install the RTD version 3.0.0 without any patch? or did you directly install the patch 07? The reason for this question is that not all the patches come with support for all the S32K3 derivates, so some files or specifications could be missing.

0 Kudos
Reply

215 Views
cranes
Contributor III

Hi VaneB,

I uninstalled S32K3 RTD P07, then install S32K3xx development package, then S32K3 RTD 4.4 v3.0.0 first, then S32K3xx RTD 4.4 v3.0.0, then S32K3 RTD R21-11_3.0.0_P07. It looks the installed sequence is critical, otherwise either the installation doesn't succeed or P07 is installed directly.

But got the same error after creating a new project.

Thanks!

Crane

0 Kudos
Reply

190 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @cranes 

I am sorry for the delay. I compared the shared documents with the ones I have and found no problems with them. Unfortunately, since we cannot reproduce the situation, we still cannot find the cause of your problem. We think that something got corrupted when S32DS was installed. When you installed the new S32DS instance did you create a new folder and select a different path from the other instance you already had?

0 Kudos
Reply

179 Views
cranes
Contributor III

Hi VaneB,

Last time I installed in a new folder C:/NXP/S32DS.3.5_b while the old one was installed in C:/NXP/S32DS.3.5.

As long as the process is right, I will try on another computer when possible.

Thanks a lot for your help. As least it works to compile the project now.

Regards,

Crane