On Tuesday, 21 August 2012 at 10:16:35 UTC, Johannes Pfau wrote:
I finally found some time to look install raspbian and have
another
look at this issue. Turns out --with-float=hard and
--with-fpu=vfp are
actually supported since gcc 4.5, even without patches. But
theses
switches require that th
I restructured the http://gdcproject.org/wiki/Installation page, I hope
it's OK this way.
I also added a Raspberry Pi overview page
http://gdcproject.org/wiki/Raspberry Pi and a new installation guide
for raspbian
http://gdcproject.org/wiki/Raspberry%20Pi/build/raspbian_hardfloat
would be great if
The regular expressions used in setup-gcc.sh fail to match the BASE-VER
version used in raspbian's (debian for raspberry pi) gcc-4.7 package
source.
The BASE-VER content is "4.7", but the regex checks for "4.7.", so it
fails.
I'm not an regex expert, but this would work:
grep -q -E '^4\.7([^0-9]|$
I finally found some time to look install raspbian and have another
look at this issue. Turns out --with-float=hard and --with-fpu=vfp are
actually supported since gcc 4.5, even without patches. But theses
switches require that the gnueabi (or armeabi) is used. Now debian
uses "--target=arm-linux-g