-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Cross Compile Error #358
Comments
Similar issue when I try to cross compile to mips_24kc with OpenWrt Imagebuilder:
Similar to
glog: v0.4.0 |
Same problem, have you solved it? |
I solved this issue by
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I compile with arm-gcc 4.4,I add tag "-std=c++0x".
GXX_EXPERIMENTAL_CXX0X is defined while the gcc version is smaller than 4.7
The text was updated successfully, but these errors were encountered: