X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.126.137 with SMTP id c9mr3766529qas.2.1379453832431; Tue, 17 Sep 2013 14:37:12 -0700 (PDT) X-Received: by 10.49.128.129 with SMTP id no1mr281650qeb.23.1379453832407; Tue, 17 Sep 2013 14:37:12 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 17 Sep 2013 14:37:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.102.50.74; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.102.50.74 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2b6656ec-9c67-4c2f-8377-fca10b1210b5@googlegroups.com> Subject: Re: DJGPP cross compilers for open-source hardware From: RayeR Injection-Date: Tue, 17 Sep 2013 21:37:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2769 Lines: 55 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r8HLj2Xv027422 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 Dne pátek, 30. srpna 2013 17:30:51 UTC+2 RoBoard Lab napsal(a): > 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. > > > > We are modifying the original Arduino's IDE to integrate DJGPP, and, > > since the original Arduino's IDE runs under Windows/Linux/Mac, we must > > make DJGPP runs also under Windows/Linux/Mac. > > > > Our first solution is to employ DOSBOX, and it works well except the > > limit of DOS 8.3 filename (which results from the limit of DOSBOX). A > > video for the prototype using DOSBOX can be seen in > > http://www.youtube.com/watch?v=DhiTlDN0z3o > > > > Since most Arduino programs and libraries have long filenames, the > > DOSBOX-based solution isn't ideal. So we are trying the second solution: > > rebuild DJGPP as a cross compiler on Windows, Linux, and Mac. > > > > We find much useful information in this mailing list for rebuilding > > DJGPP, and we will try doing everything according to what we find here. > > Later, we will report the result to the mailing list. :-) > > > > > > --- news://freenews.netfront.net/ - complaints: news AT netfront DOT net ---