-
Notifications
You must be signed in to change notification settings - Fork 14
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
Building x86 toolchain #2
Comments
Hi @bubiche, I had the same error when I tried. I found a quickfix which allowed me to build successfully (download here), however I am not sure it's ideal. Could you check if the resulting toolchain works for you? If so I'll update the steps to include the x86 case. I filled a bug on the GNU GCC Bugzilla, I'm hoping they'll answer even though it's Google's GCC. I've never had luck in getting support from Google, since they don't include Fortran to the NDK. |
Thank you mate. I tried using your toolchain to build OpenBLAS with |
Can you post your Makefile.conf? It should have the CROSS flag set, but apparently it's not. When it is, it doesn't try to run test because they won't run on your machine (which is what happens here). Anyway this is an OpenBLAS problem, and the libraries are built fine. To check that, add |
Yeah, everything works fine now. I tried some other libraries and your toolchain totally works. Thank you very much. |
Awesome :) I will commit the temporary steps, awaiting an answer from the GNU guys. |
I pushed the steps, as GNU support said it's a won't fix. |
In case the pastebin goes away, here's the original error:
|
Hi,
I followed your guide and I can make the toolchain for armeabi and mips but when I I do
./build --toolchain x86
I got the following error: http://paste.ubuntu.com/16861425/ Can you help me with it please.My setup:
Thank you very much!
The text was updated successfully, but these errors were encountered: