[android-porting] Re: Cupcake build for X86 on ubuntu 8.10

2009-01-05 Thread Jim Thompson
right, but if you attempt to build it with 8.10 (and its later version of gcc), you end up modifying around a dozen files to get a successful build. On Jan 5, 2009, at 11:52 AM, mowgli wrote: The cupcake branch(checked out today) builds right out of the box on 8.04. I had no issues

[android-porting] Re: Cupcake build for X86 on ubuntu 8.10

2009-01-05 Thread fadden
On Jan 5, 2:06 pm, Jim Thompson jim.thomp...@gmail.com wrote: right, but if you attempt to build it with 8.10 (and its later version   of gcc), you end up modifying around a dozen files to get a successful build. The simulator build works for me on 8.04 hardy with gcc 4.2.4 (Ubuntu

[android-porting] Re: Cupcake build for X86 on ubuntu 8.10

2009-01-05 Thread Chen Yang
you have one typo in your command, missed the last 'g': it should be TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true CC=gcc-4.2 CXX=g++-4.2 make -j2 installer_img On Tue, Jan 6, 2009 at 9:24 AM, drew andrewjohnyo...@gmail.com wrote: Hi, I'm running Ubuntu 8.04 with java-6-sun and

[android-porting] Re: Cupcake build for X86 on ubuntu 8.10

2009-01-05 Thread drew
Dang! I did... thanks... Must still have crud in my eyes... now i have a myriad of errors and warnings to deal with... I wonder if that has anything to do with the version of my GCC final snippet of the errors external/genext2fs/genext2fs.c:2708: warning: incompatible implicit declaration of

[android-porting] Re: Cupcake build for X86 on ubuntu 8.10

2009-01-05 Thread drew
My Mistake, I lacked the gcc-source and g++. On Jan 6, 10:49 am, drew andrewjohnyo...@gmail.com wrote: Dang! I did... thanks... Must still have crud in my eyes... now i have a myriad of errors and warnings to deal with... I wonder if that has anything to do with the version of my GCC final