Re: D on the Raspberry Pi

2013-09-26 Thread Jonathan A Dunlap
Bumping this old thread... what's the current state of D working with Raspberry Pie? Has the process of compiling changed? Thanks :)

Re: D on the Raspberry Pi

2012-09-01 Thread Stefan Frijters
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.

Re: D on the Raspberry Pi

2012-09-01 Thread Johannes Pfau
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-

Re: D on the Raspberry Pi

2012-09-01 Thread 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-wheezy-raspbian updated to 3.2.27+ #96 PREEMPT and it seems to have worked just fine. Johann

Re: D on the Raspberry Pi

2012-08-30 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-08-30 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-08-30 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-08-30 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-08-30 Thread Johannes Pfau
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-

Re: D on the Raspberry Pi

2012-08-30 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-08-30 Thread Stefan Frijters
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,

Re: D on the Raspberry Pi

2012-08-30 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-08-22 Thread Johannes Pfau
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

Re: D on the Raspberry Pi

2012-08-21 Thread Stefan Frijters
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

Re: D on the Raspberry Pi

2012-08-21 Thread Johannes Pfau
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

Re: D on the Raspberry Pi

2012-08-17 Thread Stefan Frijters
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

Re: D on the Raspberry Pi

2012-08-13 Thread Johannes Pfau
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

Re: D on the Raspberry Pi

2012-08-13 Thread Stefan Frijters
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

Re: D on the Raspberry Pi

2012-08-12 Thread Stefan Frijters
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

Re: D on the Raspberry Pi

2012-08-11 Thread Johannes Pfau
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

Re: D on the Raspberry Pi

2012-08-10 Thread 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 copy and a patched copy from the debian repo) I run into a new error. The

Re: D on the Raspberry Pi

2012-08-03 Thread Stefan Frijters
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

Re: D on the Raspberry Pi

2012-08-02 Thread Johannes Pfau
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

Re: D on the Raspberry Pi

2012-08-02 Thread Stefan Frijters
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

Re: D on the Raspberry Pi

2012-08-02 Thread Johannes Pfau
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 >

Re: D on the Raspberry Pi

2012-08-01 Thread 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 instructions: https://bitbucket.org/goshawk/gdc/wiki/Raspberry%20Pi I've done some new a

Re: D on the Raspberry Pi

2012-07-15 Thread Sönke Ludwig
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

Re: D on the Raspberry Pi

2012-07-07 Thread Sönke Ludwig
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

Re: D on the Raspberry Pi

2012-07-03 Thread Iain Buclaw
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

Re: D on the Raspberry Pi

2012-07-03 Thread 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 tried following the

Re: D on the Raspberry Pi

2012-06-12 Thread Sönke Ludwig
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

Re: D on the Raspberry Pi

2012-06-12 Thread 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? >> >> I tried following the

Re: D on the Raspberry Pi

2012-06-12 Thread 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 instructions found at http://bitbucket.org/goshawk/gdc/wiki/crosstool-ng but when I