I get the following errors at the moment, relating to a missing mach/
memory.h file.
host Executable: mkbootimg (out/host/linux-x86/obj/EXECUTABLES/
mkbootimg_intermediates/mkbootimg)
target thumb C++: libjni_latinime <= packages/inputmethods/LatinIME/
dictionary/src/dictionary.cpp
target thumb C++: libandroid_runtime <= frameworks/base/core/jni/
ActivityManager.cpp
target thumb C++: libandroid_runtime <= frameworks/base/core/jni/
AndroidRuntime.cpp
In file included from bionic/libc/kernel/arch-arm/asm/page.h:197,
from bionic/libc/include/sys/mman.h:34,
from packages/inputmethods/LatinIME/dictionary/src/
dictionary.cpp:20:
bionic/libc/kernel/arch-arm/asm/memory.h:18:25: error: mach/memory.h:
No such file or directory
In file included from bionic/libc/kernel/arch-arm/asm/page.h:197,
from bionic/libc/include/sys/mman.h:34,
from packages/inputmethods/LatinIME/dictionary/src/
dictionary.cpp:20:
bionic/libc/kernel/arch-arm/asm/memory.h: In function 'long unsigned
int virt_to_phys(void*)':
bionic/libc/kernel/arch-arm/asm/memory.h:167: error:
'CONFIG_DRAM_BASE' was not declared in this scope
bionic/libc/kernel/arch-arm/asm/memory.h: In function 'void*
phys_to_virt(long unsigned int)':
bionic/libc/kernel/arch-arm/asm/memory.h:172: error:
'CONFIG_DRAM_BASE' was not declared in this scope
bionic/libc/kernel/arch-arm/asm/memory.h: At global scope:
bionic/libc/kernel/arch-arm/asm/memory.h:194: error: expected
initializer before 'unsigned'
bionic/libc/kernel/arch-arm/asm/memory.h:199: error: expected
initializer before 'void'
packages/inputmethods/LatinIME/dictionary/src/dictionary.cpp: In
member function 'bool latinime::Dictionary::addWord(short unsigned
int*, int, int)':
packages/inputmethods/LatinIME/dictionary/src/dictionary.cpp:113:
warning: format '%s' expects type 'char*', but argument 4 has type
'short unsigned int*'
make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/
libjni_latinime_intermediates/src/dictionary.o] Error 1
make: *** Waiting for unfinished jobs....
true
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---