On 22 January 2013 13:43, Freddie Chopin <freddie_chopin@op.pl> wrote:
On Tuesday, 22 January 2013 at 13:37:38 UTC, deadalnix wrote:
What is the problem with gdc ? I used to use it for ages.

Have you tried compiling it for something like bare-metal ARM (arm-none-eabi target)? Check the thread about embedded D in the GDC (D.GNU) forum to see what problems exist when you want to compile that for an OS-less target that doesn't provide hundreds of POSIX functions.

Do note that embedded does not mean "smartphone with Android".

When GDC will be part of GCC a proper support for other platforms will probably appear, not only for PC with Windows/Linux/MacOS.

4\/3!!

That's a common misconception.  Other platform support are already appearing (ARM, MIPS, PPC), it just requires users who have the hardware and knowledge to port the D runtime over.


Regards,
--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';