You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Checkout breakpad on OS X (10.8)
2. run android/run-checks.sh
What is the expected output? What do you see instead?
arm-linux-androideabi-ranlib: libbreakpad.a: Malformed archive
Please use labels and text to provide additional information.
Original issue reported on code.google.com by [email protected] on 23 Feb 2013 at 3:36
The text was updated successfully, but these errors were encountered:
The problem appears to be that Makefile.in hard-codes "ar" instead of detecting
ar (and coming up with arm-linux-androideabi-ar in the standalone toolchain).
I got same:
arm-linux-androideabi-ranlib: libbreakpad.a: Malformed archive
what i did:
1. Checkout breakpad on OS X (10.10)
2. nexus 7 connected
3. run android/run-checks.sh --verbose -verbose
it shown: check the attach please
Original issue reported on code.google.com by
[email protected]
on 23 Feb 2013 at 3:36The text was updated successfully, but these errors were encountered: