You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
I tried compiling the nucleo_f031k6 blinky example and I got the following error:
collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
compilation terminated.
When I compile a different example, the nucleo_f103rb or stm32f072_discovery it works as expected.
I am running Debian 9 as OS and I tried it with both the 2017 q2 release and the latest version from git.
It seems that there is something wrong with the nucleo_f031k6 example or configs as other examples compile just fine.
Any idea what it could be?
The text was updated successfully, but these errors were encountered:
GNU Linker is buggy as heck for Cortex-M.
We've had a similar issue before, which eventually went away when we upgraded toolchains.
There's nothing you can do, except trial-and-error: poking around the linkerscript or moving objects around files until it doesn't crash anymore. I've tried to get a minimal example with this behavior, but I failed which was quite frustrating.
Hello,
I tried compiling the nucleo_f031k6 blinky example and I got the following error:
collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
compilation terminated.
When I compile a different example, the nucleo_f103rb or stm32f072_discovery it works as expected.
I am running Debian 9 as OS and I tried it with both the 2017 q2 release and the latest version from git.
It seems that there is something wrong with the nucleo_f031k6 example or configs as other examples compile just fine.
Any idea what it could be?
The text was updated successfully, but these errors were encountered: