-
Notifications
You must be signed in to change notification settings - Fork 12
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
Build fails on eabi target #12
Comments
Sorry for late reply, I was very busy these days, would you mind to test the vorbisfile-sys and let me know that the problem exists there too or not? |
I'm sorry, I'm not sure I understand. What do you want me to test? I'd be happy to do so. |
Please, test the vorbisfile-sys library on your machine, and give me the result. |
Yeah, you're right, vorbisfile-sys fails the same way. What can I do? |
This looks more like a problem with either rustc, gcc-rs, or your local gcc. |
This is main vorbis source code in C, if you can't compile it in your machine, so the problem is from vorbis (because they're using some CPU specific features and maybe they do not support your CPU (it's a little odd!)) or your C compiler (as tomaka said). |
Trying to compile for arm-unknown-linux-musleabi or arm-unknown-linux-gnueabi the build process fails, most likely to some parts using hf?
The text was updated successfully, but these errors were encountered: