Bumping this old thread... what's the current state of D working
with Raspberry Pie? Has the process of compiling changed?
Thanks :)
On Saturday, 1 September 2012 at 14:33:23 UTC, Johannes Pfau
wrote:
OK, done. But it's a wiki, feel free to edit the pages yourself
;-)
Ah, sorry. I was under the impression that although it's a wiki,
only you and Iain had the permissions to edit.
Am Sat, 01 Sep 2012 09:49:51 +0200
schrieb "Stefan Frijters" :
> >>> On 30 August 2012 13:12, Iain Buclaw
> >>> wrote:
> >>> There will be a failed patch in libgcc, don't worry about it,
> >>> as it's
> >>> already been applied to gcc-4.8.
>
> Built it overnight with GDC a7e719a on 2012-08-16-
On 30 August 2012 13:12, Iain Buclaw
wrote:
There will be a failed patch in libgcc, don't worry about it,
as it's
already been applied to gcc-4.8.
Built it overnight with GDC a7e719a on 2012-08-16-wheezy-raspbian
updated to 3.2.27+ #96 PREEMPT and it seems to have worked just
fine.
Johann
On 30 August 2012 13:21, Iain Buclaw wrote:
> On 30 August 2012 13:20, Iain Buclaw wrote:
>> On 30 August 2012 13:12, Iain Buclaw wrote:
>>> On 30 August 2012 11:25, Johannes Pfau wrote:
Am Thu, 30 Aug 2012 11:12:25 +0100
schrieb Iain Buclaw :
> 4.8 is currently what I'm test
On 30 August 2012 13:20, Iain Buclaw wrote:
> On 30 August 2012 13:12, Iain Buclaw wrote:
>> On 30 August 2012 11:25, Johannes Pfau wrote:
>>> Am Thu, 30 Aug 2012 11:12:25 +0100
>>> schrieb Iain Buclaw :
>>>
4.8 is currently what I'm testing...
The multiarch-trunk patch applies cl
On 30 August 2012 13:12, Iain Buclaw wrote:
> On 30 August 2012 11:25, Johannes Pfau wrote:
>> Am Thu, 30 Aug 2012 11:12:25 +0100
>> schrieb Iain Buclaw :
>>
>>> 4.8 is currently what I'm testing...
>>>
>>> The multiarch-trunk patch applies cleanly to gcc-4.8, just building
>>> with that at the m
On 30 August 2012 11:25, Johannes Pfau wrote:
> Am Thu, 30 Aug 2012 11:12:25 +0100
> schrieb Iain Buclaw :
>
>> 4.8 is currently what I'm testing...
>>
>> The multiarch-trunk patch applies cleanly to gcc-4.8, just building
>> with that at the moment.
>
> You also need the armhf-triplet.diff patch
Am Thu, 30 Aug 2012 11:12:25 +0100
schrieb Iain Buclaw :
> 4.8 is currently what I'm testing...
>
> The multiarch-trunk patch applies cleanly to gcc-4.8, just building
> with that at the moment.
You also need the armhf-triplet.diff patch to fix the "conftest.c:1:0:
sorry, unimplemented: -mfloat-
On 30 August 2012 10:40, Stefan Frijters wrote:
> On Thursday, 30 August 2012 at 08:02:36 UTC, Iain Buclaw wrote:
>>
>> Don't use the bitbucket issue page to file bugs. This will be turned off
>> soon. ;-)
>>
>> Other than that I seem to be hitting the same error doing a cross-compiler
>> on the f
On Thursday, 30 August 2012 at 08:02:36 UTC, Iain Buclaw wrote:
Don't use the bitbucket issue page to file bugs. This will be
turned off soon. ;-)
Other than that I seem to be hitting the same error doing a
cross-compiler on the first attempt, so I guess we could figure
something out.
Well,
On Monday, 13 August 2012 at 09:27:40 UTC, Stefan Frijters wrote:
On Sunday, 12 August 2012 at 12:31:04 UTC, Stefan Frijters
wrote:
Ugh, I was in a hurry yesterday and while cleaning up some
stuff (8GB SD card fills up mighty quickly when doing these
compilations) I accidentally rm -rf'ed the w
Am Wed, 22 Aug 2012 08:51:08 +0200
schrieb "Stefan Frijters" :
> As I've been messing around a fair bit with my current image (not
> just D-related) I think will try to install a fresh one tonight.
> Do you think it would be useful for me to try and compile without
> the debhelper package insta
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 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
On Monday, 13 August 2012 at 17:41:24 UTC, Johannes Pfau wrote:
Am Mon, 13 Aug 2012 11:27:39 +0200
schrieb "Stefan Frijters" :
The relevant errors seem to be
conftest.c:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP
This is something that is explicitly set in the configure
command above
Am Mon, 13 Aug 2012 11:27:39 +0200
schrieb "Stefan Frijters" :
> The relevant errors seem to be
>
> conftest.c:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP
>
> This is something that is explicitly set in the configure command
> above to match what I saw in gcc -v. If I remove this, will
On Sunday, 12 August 2012 at 12:31:04 UTC, Stefan Frijters wrote:
Ugh, I was in a hurry yesterday and while cleaning up some
stuff (8GB SD card fills up mighty quickly when doing these
compilations) I accidentally rm -rf'ed the wrong copy of the
build, including the logs. So then I set it to co
On Saturday, 11 August 2012 at 07:20:35 UTC, Johannes Pfau wrote:
Am Fri, 10 Aug 2012 18:40:46 +0200
schrieb "Stefan Frijters" :
I found some time to test some more configurations: the most
recent version on the master branch combined with the 20120805
snapshot of gcc 4.8 failed with the same
Am Fri, 10 Aug 2012 18:40:46 +0200
schrieb "Stefan Frijters" :
> I found some time to test some more configurations: the most
> recent version on the master branch combined with the 20120805
> snapshot of gcc 4.8 failed with the same errors as reported
> above. Using gcc 4.7.1 (both a fresh cop
I found some time to test some more configurations: the most
recent version on the master branch combined with the 20120805
snapshot of gcc 4.8 failed with the same errors as reported
above. Using gcc 4.7.1 (both a fresh copy and a patched copy from
the debian repo) I run into a new error. The
On Thursday, 2 August 2012 at 19:10:33 UTC, Johannes Pfau wrote:
Am Thu, 02 Aug 2012 20:15:47 +0200
schrieb "Stefan Frijters" :
Thank you for the pointers. I just got the results of my first
attempt (it failed). I'm getting the same error as reported by
Sönke Ludwig above, and after some googl
Am Thu, 02 Aug 2012 20:15:47 +0200
schrieb "Stefan Frijters" :
> Thank you for the pointers. I just got the results of my first
> attempt (it failed). I'm getting the same error as reported by
> Sönke Ludwig above, and after some googling it seems to be
> related to
> http://bugs.debian.org/cg
On Thursday, 2 August 2012 at 07:49:14 UTC, Johannes Pfau wrote:
Am Thu, 02 Aug 2012 00:30:35 +0200
schrieb "Stefan Frijters" :
On Sunday, 15 July 2012 at 15:11:03 UTC, Sönke Ludwig wrote:
>
>>
>> Anyway, building a compiler on the raspberry pi worked for
>> me, although
>> it took a long time
Am Thu, 02 Aug 2012 00:30:35 +0200
schrieb "Stefan Frijters" :
> On Sunday, 15 July 2012 at 15:11:03 UTC, Sönke Ludwig wrote:
> >
> >>
> >> Anyway, building a compiler on the raspberry pi worked for me,
> >> although
> >> it took a long time to build. I created a new wiki page with
> >> build
>
On Sunday, 15 July 2012 at 15:11:03 UTC, Sönke Ludwig wrote:
Anyway, building a compiler on the raspberry pi worked for me,
although
it took a long time to build. I created a new wiki page with
build
instructions:
https://bitbucket.org/goshawk/gdc/wiki/Raspberry%20Pi
I've done some new a
Anyway, building a compiler on the raspberry pi worked for me, although
it took a long time to build. I created a new wiki page with build
instructions:
https://bitbucket.org/goshawk/gdc/wiki/Raspberry%20Pi
I've done some new attempts. After using a different OS image on a
different SD card
Am 03.07.2012 19:30, schrieb Johannes Pfau:
Am Tue, 12 Jun 2012 17:57:39 +0200
schrieb "Sönke Ludwig" :
On Tuesday, 12 June 2012 at 13:06:05 UTC, Henry Robbins Gouk
wrote:
Hi all,
I was wondering if anyone has managed to successfully compile a
GDC cross compiler to target the Raspberry Pi?
I
On 3 July 2012 18:30, Johannes Pfau wrote:
> Am Tue, 12 Jun 2012 17:57:39 +0200
> schrieb "Sönke Ludwig" :
>
>> On Tuesday, 12 June 2012 at 13:06:05 UTC, Henry Robbins Gouk
>> wrote:
>> > Hi all,
>> >
>> > I was wondering if anyone has managed to successfully compile a
>> > GDC cross compiler to t
Am Tue, 12 Jun 2012 17:57:39 +0200
schrieb "Sönke Ludwig" :
> On Tuesday, 12 June 2012 at 13:06:05 UTC, Henry Robbins Gouk
> wrote:
> > Hi all,
> >
> > I was wondering if anyone has managed to successfully compile a
> > GDC cross compiler to target the Raspberry Pi?
> >
> > I tried following the
Am 12.06.2012 18:09, schrieb Iain Buclaw:
On 12 June 2012 16:57,"@puremagic.com
<"\"Sönke".Ludwig"> wrote:
On Tuesday, 12 June 2012 at 13:06:05 UTC, Henry Robbins Gouk
wrote:
Hi all,
I was wondering if anyone has managed to successfully compile a GDC cross
compiler to target the Raspberry Pi
On 12 June 2012 16:57, "@puremagic.com
<"\"Sönke".Ludwig"> wrote:
> On Tuesday, 12 June 2012 at 13:06:05 UTC, Henry Robbins Gouk
> wrote:
>
>> Hi all,
>>
>> I was wondering if anyone has managed to successfully compile a GDC cross
>> compiler to target the Raspberry Pi?
>>
>> I tried following the
On Tuesday, 12 June 2012 at 13:06:05 UTC, Henry Robbins Gouk
wrote:
Hi all,
I was wondering if anyone has managed to successfully compile a
GDC cross compiler to target the Raspberry Pi?
I tried following the instructions found at
http://bitbucket.org/goshawk/gdc/wiki/crosstool-ng but when I
33 matches
Mail list logo