-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Builds for embedded powerpcle64 have no unmangled memset/memcpy/memmove #67896
Comments
We don't have any embedded ( |
Adding gives
So for some reason not just I see in #56814 that unmangled versions USED to be in the compiler_builtins but were remove because they are not needed for ARM targets? |
@jonas-schievink Indeed an official tier-2 embedded PowerPC target would be nice, but I would expect that a specific xargo configuration (I already use xargo for building a working soft-float library) would allow use of the current I fixed it now with this
|
See antonblanchard/microwatt#125
I have to define my own memset/memcpy/memmove in the calling C-program:
https://github.com/tomtor/microwatt/blob/37bc1f31c2139ec06a56e51ed595e0bc664fdbc8/rust_lib_demo/hello_world.c#L172
This looks related to #56814
The text was updated successfully, but these errors were encountered: