X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.180.91.17 with SMTP id ca17mr1736569wib.3.1377890225183; Fri, 30 Aug 2013 12:17:05 -0700 (PDT) From: =?UTF-8?B?SGFucy1CZXJuaGFyZCBCcsO2a2Vy?= Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP cross compilers for open-source hardware Date: Fri, 30 Aug 2013 21:17:07 +0200 Lines: 17 Message-ID: References: Mime-Version: 1.0 X-Trace: news.dfncis.de uZwKsjEnFJgbNPDvaXiIygguWeqBTm23R+DS2VqZoe2vedJi25gQ2XIyRY Cancel-Lock: sha1:ooNeBPrgA3hwspjhKuN5w6Wx8E4= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Bytes: 1788 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 30.08.2013 17:30, RoBoard Lab wrote: > DJGPP has a recent application in the field of open-source hardware. > > Arduino is a popular open-source hardware based on ATMEL ATmega > microprocessor. And we are now developing an Arduino-compatible board > using x86 CPU. The OS of the x86 Arduino is FreeDOS, and so its best > compiler is DJGPP because the compiler of the original Arduino is avr-gcc. I'm afraid you're jumping to conclusions a bit fast there. AVR, and thus the existing Arduino, is a 16-bit platform, FreeDOS is a 16-bit x86 OS. A 32-bit compiler like DJGPP can be a good choice for that, but it's certainly not automatically or necessarily the "best" one. OpenWatcom might be a better fit, if only because it can actually produce native 16-bit DOS programs.