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

2012-08-03 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 using as the base
compiler, 2.6.0 (in conjunction with targetandroid\fpcmake) or current
trunk (2.7.1)? I'll try on linux then.

For linux you can use -dFPC_ARMHF when building the compiler to select
the armhf variant which defaults to armv7-a, vfpv3_d16 and hard
float abi.

I'll try that. Same question: 2.6.0 or 2.7.1 as base compiler?





___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] targetandroid - x86 as target cpu

2012-08-03 Thread Dennis Spreen

 I saw that I forgot to add and commit the rtl/android/i386 directory. As
 temporary measure just copy over the files from rtl/linux/i386... :)

That was the reason for asking: the android/ dir was missing, so I
thought the target=android was wrong there





___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel