Issues using S32K396BMS-EVB

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

Issues using S32K396BMS-EVB

713 Views
Konstanty
Contributor I

Hi, 

 

I am trying to follow the steps in the “UG10071 - S32K376 BMU and VCU Integration User Guide” to start up the S32K396BMS-EVB. Unfortunately I run into many problems. I follow the steps decribed in this document. For example:

1.) 3.9 How to build, step 2: When I open all three projects in EB Tresos (double-click) I get warnings for all three projects. For example on xxx_C0 Project: "Warning (1134) Cannot set the value of the node ... because it is readonly" or on xxx_C3 "Warning (95021) Only variables and references may have he attributes ....". Since I can't find anything about this in the documents, are these warnings that I should issue? Or can they be ignored?

2.)While trying to build as described in Step 4, i get following error:

  konstanty_kuczy_1-1743067897614.png

It looks like LINKER_DEF in line 111 in the Makefile cannot be created correctly. After manually replacing $(DERIVATIVE_LOWER) with the hardcoded path it seems to work. But what could be the reason for the "_bms.ls" being chopped off?

3.) After the above changes, the code was able to compile. Unfortunately, I get a new error message this time too:

 konstanty_kuczy_2-1743068609460.png

This time, however, I'm not sure how to fix the error. 

Looking forward to your support.

 

Best regards,

Konstanty

 

0 Kudos
Reply
1 Reply

703 Views
Konstanty
Contributor I

I could resolve nr 3 by replacing $(ODIR)/*.o with $(wildcard out/*.o).

0 Kudos
Reply