-
Notifications
You must be signed in to change notification settings - Fork 27
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
Can't run a newly compiled of demo/hello #34
Comments
Shared libraries are currently not supported. I used a test program, which based on the MUSL C library. Everything is statically linked. |
another question, how would make the hello world user space program in rust and compile it? |
Hm, Rust supports also Musl. The target has the name I think that you are able to build pure Rust application with Redox and RustyHermit. |
hi sorry to bother you but im still having trouble getting newly compiled elf binaries to load, is there a specific version of the musl-gcc compiler you use? |
Hm, I have to take a look in the code. I don't tested with the latest version of musl. I come back to you. |
In the meantime I know the reason. I compiled musl without SSE support. The latest version doesn't work without SSE support. At least, I am not able to build it. I will take a look to integrate SSE support. |
When i try to run the newly compiled program i get this error while running:
if i change -pie to -static-pie i get this error while running:
The text was updated successfully, but these errors were encountered: