I've got x86 building and booting in the master branch... but dalvik is crashing. I expect to clean things up and upload the commits in the next few days. The changes are not particurily extensive. Not sure what the dalvik issue is ... yet.
The GB branch will take a bit more effort. Kelvin wrote: > Hi guys, > > I trying to build gingerbread and have run into some errors. > > I applied the 32 bit patch, reassigned some user module tags (for some > reason, my build was complaining about them), and removed a duplicate > module. > > After which the build starts fine and after some time gives me this > error (happens on openjdk and sun jdk 1.6): > > target thumb C: dalvikvm <= dalvik/dalvikvm/Main.c > target asm: libdvm <= dalvik/vm/arch/x86/Call386ABI.S > In file included from dalvik/dalvikvm/Main.c:22: > bionic/libc/include/stdio.h:78: error: expected '=', ',', ';', 'asm' > or '__attribute__' before 'fpos_t' > bionic/libc/include/stdio.h:132: error: expected specifier-qualifier- > list before 'fpos_t' > bionic/libc/include/stdio.h:230: error: expected declaration > specifiers or '...' before 'fpos_t' > bionic/libc/include/stdio.h:240: error: expected declaration > specifiers or '...' before 'off_t' > bionic/libc/include/stdio.h:241: warning: type defaults to 'int' in > declaration of 'fpos_t' > bionic/libc/include/stdio.h:241: error: expected ';', ',' or ')' > before '*' token > bionic/libc/include/stdio.h:243: error: expected '=', ',', ';', 'asm' > or '__attribute__' before 'ftello' > bionic/libc/include/stdio.h:363: error: expected declaration > specifiers or '...' before 'fpos_t' > make: *** [out/target/product/generic_x86/obj/EXECUTABLES/ > dalvikvm_intermediates/Main.o] Error 1 > make: *** Waiting for unfinished jobs.... > > I would love some insight on this issue. Thanks in advance. > > - Kelvin -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
