[android-porting] Andoird x86 eclair build error with unrecognized command line option -Wno-psabi

2009-12-08 Thread sparq
Hi all, I synchronize latest eclair source from git.android-x86.org and rebuilt the source code. But I am facting the following error: Install: out/target/product/eeepc/system/app/Mms.apk target thumb C++: libosclbase = external/opencore/oscl/oscl/osclbase/ src/oscl_time.cpp cc1plus: error:

Re: [android-porting] Andoird x86 eclair build error with unrecognized command line option -Wno-psabi

2009-12-08 Thread Yi Sun
This option is only supported in gcc 4.4 I think. I have posted a patch to remove this flag from android-x86. You can get the patch from the download section of android-x86.org. But I'm not sure about the impact. On Tue, 2009-12-08 at 22:14 -0800, sparq wrote: Hi all, I synchronize latest