-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Error when compiling to ARM7 #673
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
Comments
There is OS_ANDROID (at least since a11555c) , though I wonder why this issue would not have come up in preparation or testing of that commit ? (But I have no experience with that platform) |
Just got similar issue when compiling on FreeBSD. I had to pull out |
@ryobg , sorry. I didn't test it on FreeBSD. |
@xianyi, this is the only build error which I encountered. I suppose the FreeBSD macro can just be added next to the rest. Great work & thank you! |
When compiling to android arm7 on a linux host I get the following error :
Here's how I start the build :
I managed to correct the error modifying the file
driver/others/blas_server.c
from this :To this :
It works but it obviously broke everything on other platforms ! Is there something as a OS_ARM define ?
The text was updated successfully, but these errors were encountered: