-
Notifications
You must be signed in to change notification settings - Fork 131
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
Cannot build with arm-none-eabi-gcc v11 or higher #493
Labels
Comments
And with gcc v12 we get the same linking error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are build issues with v11.3.1 (Arm GNU Toolchain 11.3.Rel1) and v12.3.1 (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)).
Works with v10.3.1 (GNU Arm Embedded Toolchain 10.3-2021.10).
The linker basically fails to find implementations for
_getpid
and_kill
.With gcc v11:
The text was updated successfully, but these errors were encountered: