AN12218 SW is not compiling

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

AN12218 SW is not compiling

943 Views
christofhaiding
Contributor IV

Hi!

I downloaded the AN12218SW and imported the project for the bootloader and the example into the S32 Design Studio.

I generated the code files, but somehow the project does not compile.
It says that there is no Path

christofhaiding_0-1652882476701.png

Searching trought the settings I noticed this message:

christofhaiding_1-1652882586735.png

Am I missing something?

Regards

Christof

 

0 Kudos
6 Replies

929 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Christof,

Seems that the project is generated by S32DS for ARM, but you are using S32DS for S32 Platform.

AN12218.png

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

925 Views
christofhaiding
Contributor IV

Hi Robin!

That means I can not use this project?

Regards

Christof

0 Kudos

918 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

You can use this project with S32DS for ARM IDE, or refer: Migrating from 2.2ARM to 3.4DS: Errors occurred during the build

0 Kudos

885 Views
christofhaiding
Contributor IV

Hi Robin!

I gatherd another information.

The programm seems to have a problem with the bootloader being located at the 0x10000000.

If I change the m_text at the linker file to the default it works.

Is there anything i have to change at the startup?

I am not really sure what to change in Order to get the code working

Regards

Christof

0 Kudos

890 Views
christofhaiding
Contributor IV

Hi!

I tried now to copy the linker file from the "original" AN12218 to the new project.
But it doesn't compile.

After comparing to the linker file of the new project, I tried to copy the stuff from the new project linker file to the original linker file.

This makes the project compileable, but when calling "bl __START" at the startup it doesn't jump to the main. 

What can be the cause of this?

Regards Christof

 

 

0 Kudos

898 Views
christofhaiding
Contributor IV

Hi!

I didn now the migradtion do a SD3.4 project.
But I only succeeded by creating a new project and coping the files from the boodloader to the project.

But which steps do I have to make inside the linker file?

Regards

Christof

0 Kudos