On 3 February 2012 08:47, Andrea Fontana <[email protected]> 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';
