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
Searching trought the settings I noticed this message:
Am I missing something?
Regards
Christof
Hi Christof,
Seems that the project is generated by S32DS for ARM, but you are using S32DS for S32 Platform.
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.
-------------------------------------------------------------------------------
Hi Robin!
That means I can not use this project?
Regards
Christof
You can use this project with S32DS for ARM IDE, or refer: Migrating from 2.2ARM to 3.4DS: Errors occurred during the build
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
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
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