Gdc & avr

Iain Buclaw ibuclaw at ubuntu.com
Fri Feb 3 08:13:04 PST 2012


On 3 February 2012 08:47, Andrea Fontana <advmail at katamail.com> wrote:
> Is it possible to compile for avr (atmel) platform using gdc? It would be
> interesting for arduino development...

gdc actually asserts that the target it is building for is either
32bit or 64bit, anything greater or less than will fail to compile
anything with a solid ICE.

For Arduino, it was my understanding that development uses neither C
or C++ -  something more of an abstract C-like language, unless I'm
thinking of NViDIA CUDA...


-- 
Iain Buclaw

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


More information about the Digitalmars-d mailing list