Re: [fpc-devel] How to get FPC to generate floating point instructions for ARM?

2011-03-16 Thread Jeppe Johansen
Den 16-03-2011 11:51, michael skrev: So it seems fpc does not pass the correct options to as. Is there anyway I can make it do so? My approach is obviously something of a hack. Not as it is currently. I don't know why fpc doesn't pass the cpu argument to gas. I guess it's because the arguments a

Re: [fpc-devel] How to get FPC to generate floating point instructions for ARM?

2011-03-16 Thread michael
Thankyou for the tips re: floating point on the ARM. I have had some success. Firstly uusing -CfVFPv3 in the options like so: $ make all PP=/home/linaro/ppcarm_2.5.1 PREFIX="/opt/fpc-svn" OPT="-dFPC_ARMEL -O- -dFPC_ABI_EABI -CfVFPv3" did not do the trick. Neither did adding -Cparmv6 to the opti

Re: [fpc-devel] (class) helper questions

2011-03-16 Thread Sven Barth
Am 15.03.2011 19:18, schrieb Alexander Klenin: On Tue, Mar 15, 2011 at 09:05, Paul Ishenin wrote: 15.03.2011 3:22, Jonas Maebe wrote: On 14 Mar 2011, at 21:07, Sven Barth wrote: I have tought about this topic a bit more. On the one hand I still want a cleaner syntax for this, but on the oth