Re: GDC ARM beta #1 (with binary releases!)

2014-04-02 Thread Johannes Pfau
Am Wed, 02 Apr 2014 05:02:09 + schrieb "Ellery Newcomer" : > On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: > > I'm happy to announce the first GDC ARM beta on behalf of the > > GDC > > team :) > > Cool! > > Just tried building it with crosstools-ng on my poor old laptop, >

Re: GDC ARM beta #1 (with binary releases!)

2014-04-01 Thread Ellery Newcomer
On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) Cool! Just tried building it with crosstools-ng on my poor old laptop, and 90 minutes in it gives me /home/ellery/Downloads/pitools/.build/src/gcc-custom

Re: GDC ARM beta #1 (with binary releases!)

2014-03-24 Thread Iain Buclaw
On 24 March 2014 09:15, Dejan Lekic wrote: > Hi all, I am back from a winter holiday. > > Just wanted to say this - I have been building working GDC on my ODROID-U2 > for a month or so, and haven't seen any problems there so far. > > ARM support is pretty good I would say. GDC guys have done some

Re: GDC ARM beta #1 (with binary releases!)

2014-03-24 Thread Iain Buclaw
On 23 March 2014 23:05, Johannes Pfau wrote: > Am Sun, 23 Mar 2014 20:20:09 + > schrieb Iain Buclaw : > >> On 17 March 2014 14:05, Johannes Pfau wrote: >> > I'm happy to announce the first GDC ARM beta on behalf of the GDC >> > team :) >> > >> >> Johannes, I just looked at the permissions of

Re: GDC ARM beta #1 (with binary releases!)

2014-03-24 Thread Dejan Lekic
Hi all, I am back from a winter holiday. Just wanted to say this - I have been building working GDC on my ODROID-U2 for a month or so, and haven't seen any problems there so far. ARM support is pretty good I would say. GDC guys have done some amazing work, and I am eternally grateful for eve

Re: GDC ARM beta #1 (with binary releases!)

2014-03-23 Thread Johannes Pfau
Am Sun, 23 Mar 2014 20:20:09 + schrieb Iain Buclaw : > On 17 March 2014 14:05, Johannes Pfau wrote: > > I'm happy to announce the first GDC ARM beta on behalf of the GDC > > team :) > > > > Johannes, I just looked at the permissions of two randomly tested > tarballs, and I see the extracted

Re: GDC ARM beta #1 (with binary releases!)

2014-03-23 Thread ian
By the way, I verified this can also be used for bare metal ARM programming as described in https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study/wiki/1.0-Introduction Very very cool, ian On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM

Re: GDC ARM beta #1 (with binary releases!)

2014-03-23 Thread Iain Buclaw
On 17 March 2014 14:05, Johannes Pfau wrote: > I'm happy to announce the first GDC ARM beta on behalf of the GDC > team :) > Johannes, I just looked at the permissions of two randomly tested tarballs, and I see the extracted contents is absent of any write permissions. More of an annoyance if yo

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Jakob Ovrum
On Tuesday, 18 March 2014 at 19:19:24 UTC, Johannes Pfau wrote: Am Tue, 18 Mar 2014 18:56:39 + schrieb "Jakob Ovrum" : On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: > I'm happy to announce the first GDC ARM beta on behalf of > the GDC > team :) Thanks a lot for the pre-c

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Johannes Pfau
Am Tue, 18 Mar 2014 18:56:39 + schrieb "Jakob Ovrum" : > On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: > > I'm happy to announce the first GDC ARM beta on behalf of the > > GDC > > team :) > > Thanks a lot for the pre-compiled binaries! That really opens up > ARM developmen

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Jakob Ovrum
On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) Thanks a lot for the pre-compiled binaries! That really opens up ARM development for a much wider audience. I'm encountering a problem with binaries built

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Chris
Thank you very much guys! This is incredibly important work.

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread David Nadlinger
On Tuesday, 18 March 2014 at 08:04:21 UTC, Iain Buclaw wrote: Really? That is a problem? I'm not familiar with LDC or LLVM but I would at least expect the backend be able to provide that information on command. Or is this the fact that they still use native reals for CTFE? If so, then you can

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Joakim
On Monday, 17 March 2014 at 16:07:33 UTC, Manu wrote: On 18 March 2014 00:05, Johannes Pfau wrote: ... Awesome work guys! This is a landmark moment! :) What's the status on baremetal, bionic, and iOS? Android keeps coming up in this thread, so let me address that. The main druntime now

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Iain Buclaw
On 18 Mar 2014 07:30, "Dan Olson" wrote: > > Johannes Pfau writes: > > > iOS: > > I don't know about gdc/iOS but there seems to be some work on this > > for LDC: > > http://forum.dlang.org/thread/m2txc2kqxv@comcast.net > > I tried adding iOS support to GDC a year ago, but the arm--darwin targ

Re: GDC ARM beta #1 (with binary releases!)

2014-03-18 Thread Dan Olson
Johannes Pfau writes: > iOS: > I don't know about gdc/iOS but there seems to be some work on this > for LDC: > http://forum.dlang.org/thread/m2txc2kqxv@comcast.net I tried adding iOS support to GDC a year ago, but the arm--darwin target is missing in gcc since 4.2. It was turning into a lot

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Rikki Cattermole
On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have b

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread inout
On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have b

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Mengu
On Monday, 17 March 2014 at 20:32:13 UTC, simendsjo wrote: On 03/17/2014 06:11 PM, Andrei Alexandrescu wrote: Vote up! (...) https://news.ycombinator.com/newest (find it and vote it) Currently here (nr. 184): https://news.ycombinator.com/x?fnid=dKZJeV9oxnVX2eOw0VUBlt If not, search for "GD

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Johannes Pfau
Am Mon, 17 Mar 2014 21:14:17 + schrieb "Martin" : > Hi, > > first of all: thanks for the great work! > > I've downloaded and tried the pre built toolchains for windows > (x86 and x64) on a hello world example and while they worked - > the executable produced the desired output - the file con

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Martin
Hi, first of all: thanks for the great work! I've downloaded and tried the pre built toolchains for windows (x86 and x64) on a hello world example and while they worked - the executable produced the desired output - the file consisting of just the writeln() call is 10 MByte in size. I've just u

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread simendsjo
On 03/17/2014 06:11 PM, Andrei Alexandrescu wrote: Vote up! (...) https://news.ycombinator.com/newest (find it and vote it) Currently here (nr. 184): https://news.ycombinator.com/x?fnid=dKZJeV9oxnVX2eOw0VUBlt If not, search for "GDC".

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Andrei Alexandrescu
Vote up! http://www.reddit.com/r/programming/comments/20n3yw/gdcarm_beta_1_d_programming_language_with_gcc/ https://news.ycombinator.com/newest (find it and vote it) https://twitter.com/D_Programming/status/445607521752215552 https://www.facebook.com/dlang.org/posts/10202145218805462?stream_re

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Johannes Pfau
Am Tue, 18 Mar 2014 02:07:11 +1000 schrieb Manu : > On 18 March 2014 00:05, Johannes Pfau wrote: > > > ... > > > > Awesome work guys! This is a landmark moment! :) > What's the status on baremetal, bionic, and iOS? > baremetal: Timo Sintonen and Mike post updates on the D.gnu newsgroup now an

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Manu
On 18 March 2014 00:05, Johannes Pfau wrote: > ... > Awesome work guys! This is a landmark moment! :) What's the status on baremetal, bionic, and iOS?

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Piotr Szturmaj
W dniu 2014-03-17 15:05, Johannes Pfau pisze: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have been fully integrated

GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Johannes Pfau
I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have been fully integrated into the standard GDC sources which also means