KingsleyYau / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

mips64 compilation failure #650

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 Evg...@for-each.com on 21 Apr 2015 at 12:43

GoogleCodeExporter commented 9 years ago
All of the 64 bit abi's are not supported

Original comment by Evg...@for-each.com on 22 Apr 2015 at 7:33