-
Notifications
You must be signed in to change notification settings - Fork 3k
Edit on Toolchain linker files for stm32L071xx target #13611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Previous one were not working, using nucleol073RZ files
I am not able right now to understand what is inside the .ld and .S files. Since #13509 I received a proper device mounting the stm32l071CZTx and I am now testing it. I am not able to test the device against an ARM and IAR compiler to check if those files are working. |
@alcheagle, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then in GCC startup file,
replace
bl __libc_init_array
bl main
by
bl_start
...GET_STM/TARGET_STM32L0/TARGET_MCU_STM32L071xx/device/TOOLCHAIN_GCC_ARM/startup_stm32l071xx.S
Outdated
Show resolved
Hide resolved
What are we missing? |
@alcheagle Thanks for the contribution, we will start CI later today and it should be integrated afterwards. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Thanks |
Summary of changes
Linker files provided by #13509 were not working, using nucleol073RZ files
Impact of changes
Migration actions required
Documentation
Linker files provided by #13509 were not working, using nucleol073RZ files
Pull request type
Test results
The device I am using is now able to run the code
Reviewers