Re: [fpc-devel] targetandroid - can't build for armv7, hangs on pooledmm.pp

2012-08-02 Thread Dennis Spreen
> At least after removing -mfloat-abi=hard it compiles through here. > (make clean crosszipinstall OS_TARGET=android CPU_TARGET=arm > CROSSOPT="-Cfvfpv3 -mfloat-abi=soft -Cparmv7" FPC=i386-linux-ppc386 > BINUTILSPREFIX=arm-linux-androideabi-) Does not compile on windows, though. What are you usin

Re: [fpc-devel] targetandroid - can't build for armv7, hangs on pooledmm.pp

2012-08-02 Thread Thomas Schatzl
Hi, On Thu, 2012-08-02 at 09:36 +0200, Dennis Spreen wrote: > > At least after removing -mfloat-abi=hard it compiles through here. > > (make clean crosszipinstall OS_TARGET=android CPU_TARGET=arm > > CROSSOPT="-Cfvfpv3 -mfloat-abi=soft -Cparmv7" FPC=i386-linux-ppc386 > > BINUTILSPREFIX=arm-linux-

Re: [fpc-devel] targetandroid - can't build for armv7, hangs on pooledmm.pp

2012-08-02 Thread Dennis Spreen
> At least after removing -mfloat-abi=hard it compiles through here. > (make clean crosszipinstall OS_TARGET=android CPU_TARGET=arm > CROSSOPT="-Cfvfpv3 -mfloat-abi=soft -Cparmv7" FPC=i386-linux-ppc386 > BINUTILSPREFIX=arm-linux-androideabi-) Does not compile on windows, though. What are you usin

Re: [fpc-devel] targetandroid - can't build for armv7, hangs on pooledmm.pp

2012-08-01 Thread peter green
Thomas Schatzl wrote: Last time I tried compiling with -Cfvfpv2 or 3 the compiler did not cycle, so I could not test further. Has been some time, and this was native compilation. Last I heard cycling goes fine but FPU options don't get passed down to other parts of the build process leading t

Re: [fpc-devel] targetandroid - can't build for armv7, hangs on pooledmm.pp

2012-08-01 Thread Thomas Schatzl
Hi, On Tue, 2012-07-31 at 14:20 +0200, Dennis Spreen wrote: > I've tested the "new" targetandroid branch, and by using fpc 2.6.0 and > making a new fpcmake (taken from the targetandroid branch), I'm able to > compile for armv5: > > make crossinstall OS_TARGET=android CPU_TARGET=arm CROSSOPT="-CfS

[fpc-devel] targetandroid - can't build for armv7, hangs on pooledmm.pp

2012-07-31 Thread Dennis Spreen
I've tested the "new" targetandroid branch, and by using fpc 2.6.0 and making a new fpcmake (taken from the targetandroid branch), I'm able to compile for armv5: make crossinstall OS_TARGET=android CPU_TARGET=arm CROSSOPT="-CfSOFT -Cparmv5t -mfloat-abi=soft" CROSSBINDIR=%ANDROID_BIN_ARM% BINUTILSP