Re: Cross compiling for Cortex A9

2014-07-11 Thread Michael Jones
Karel, I have failed to figure out how to make this happen: ("target arch", "ArchARM {armISA = ARMv7, armISAExt = [VFPv3,NEON], armABI = HARD}”) I have added poky to the list of vendors in aclocal.m4 then configured like this: /configure --target=arm-poky-linux-gnueabi --with-gcc=arm-poky-lin

ANNOUNCE: GHC version 7.8.3

2014-07-11 Thread Austin Seipp
== The (Interactive) Glasgow Haskell Compiler -- version 7.8.3 == The GHC Team is pleased to announce a new patchlevel release of GHC, 7.8.3. This is an important bugf

Re: Cross compiling for Cortex A9

2014-07-11 Thread Michael Jones
Karel, Not solved yet, but I did not notice the target problem. It is obvious once pointed out. I’ll try to fix that and try again and report back. Thanks, Mike On Jul 11, 2014, at 4:35 AM, Karel Gardas wrote: > > I'm not sure if this is already solved, but if you cross-compile to A9, why

Re: Cross compiling for Cortex A9

2014-07-11 Thread Karel Gardas
I'm not sure if this is already solved, but if you cross-compile to A9, why do you use ARMv5 platform OS? ("target arch","ArchARM {armISA = ARMv5, armISAExt = [], armABI = HARD}") this looks really strange. armABI HARD, that means FP data in FP regs, still no VFP in armISAExt and even armISA