[android-porting] Re: problem when using gcc-4.3.2

2008-12-03 Thread Sean McNeil
Don't use 4.3.x. Use gcc 4.2.4 or older. Damwid wrote: > Hi all, > > I'm trying to use gcc-4.3.2 from codesourcery to compile android, and got > the following error when compiling: > > target Prelink: libdl > (out/target/product/zoom_mdk/symbols/system/lib/libdl.so) > external/elfcopy/elfcopy.c

[android-porting] Re: problem when using gcc-4.3.2

2008-12-04 Thread Yang Xiaopeng
Thanks Sean, I wonder whether android will support newer version gcc so that we can get support for new features in armv7 architecture, like thumb2 and neon/vfp3. Sean McNeil 写道: > Don't use 4.3.x. Use gcc 4.2.4 or older. > > Damwid wrote: >> Hi all, >> >> I'm trying to use gcc-4.3.2 from codesou

[android-porting] Re: problem when using gcc-4.3.2

2008-12-04 Thread Sean McNeil
As far as I can tell, it is external/elfcopy that is the only issue preventing newer versions of gcc from working. I'm sure this will eventually be updated to work with them. Yang Xiaopeng wrote: > Thanks Sean, > > I wonder whether android will support newer version gcc so that we can get > suppo