August 23, 2012
On Tuesday, 21 August 2012 at 19:01:17 UTC, Johannes Pfau wrote:
> I restructured the http://gdcproject.org/wiki/Installation 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 someone could test the raspbian guide and report any
> success or failures. It works for me, but I'm not sure if I forgot to
> document some details.

I did this overnight on a fresh/stripped down copy of Raspbian (updated to 3.2.27 #54 PREEMPT) and it seems to have worked. To prevent the sort of problem that Sönke Ludwig has had I also added

apt-get install gcc-4.7-source autogen

Just looking at the dependencies of gcc-4.7-source and installing those should work as well (as now you get the source twice), but I was lazy.

My configure was also slightly different (left out some c++ related stuff and used -disable-nls ), but nothing that should have affected anything important I think.

Thanks again for the clean instructions / wiki update!
August 23, 2012
Am Thu, 23 Aug 2012 15:29:13 +0200
schrieb Sönke Ludwig <sludwig@outerproduct.org>:

> 
> OK it was the package 'quilt' that was missing.
Thanks, I added a "sudo apt-get build-dep gcc-4.7" step to the guide, that should hopefully fix all dependency issues.

> Also the regex did
> not work for me, I changed it to just '^4\.7$' and then the setup
> went ok. I'm now compiling again.

Strange, I thought I tested it. I also used the regex you posted at first, but it doesn't match 4.7.x, so it's not a general solution. Maybe I'll just add another elif statement with the regex you've posted. That adds a little code duplication, but it should work everywhere.

August 26, 2012
Am 23.08.2012 17:59, schrieb Johannes Pfau:
> Am Thu, 23 Aug 2012 15:29:13 +0200
> schrieb Sönke Ludwig <sludwig@outerproduct.org>:
>
>>
>> OK it was the package 'quilt' that was missing.
> Thanks, I added a "sudo apt-get build-dep gcc-4.7" step to the guide,
> that should hopefully fix all dependency issues.
>

Yes, that did the trick. Thanks again.

1 2
Next ›   Last »