Skip to content
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

mips64 compilation failure #650

Open
GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment
Open

mips64 compilation failure #650

GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Successfully compiled against all other ABI's, getting the following for mips64:

n file included from 
jni/google-breakpad/android/google_breakpad/../../src/client/linux/dump_writer_c
ommon/thread_info.h:37:0,
                 from jni/google-breakpad/android/google_breakpad/../../src/client/linux/minidump_writer/linux_dumper.h:48,
                 from jni/google-breakpad/android/google_breakpad/../../src/client/linux/minidump_writer/minidump_writer.h:41,
                 from jni/google-breakpad/android/google_breakpad/../../src/client/linux/handler/exception_handler.h:42,
                 from jni/Platform//JADCoreInitializer.cpp:24:
jni/google-breakpad/android/google_breakpad/../../src/common/memory.h: In 
member function 'uint8_t* google_breakpad::PageAllocator::GetNPages(size_t)':
jni/google-breakpad/android/google_breakpad/../../src/common/memory.h:120:58: 
error: 'sys_mmap' was not declared in this scope
                        MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);


Platform: Android
OS: 4.4.4
NDK: r10d


Original issue reported on code.google.com by [email protected] on 21 Apr 2015 at 12:43

@GoogleCodeExporter
Copy link
Author

All of the 64 bit abi's are not supported

Original comment by [email protected] on 22 Apr 2015 at 7:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant