ITP: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Hakan Ardo
Hi, the entire gnu develoopnet environment is ported to the avr arcitecture and runs nicely under debian. Currently all that excists as debian packages are a few asmeblers and programmers. I intend to create the following debain packages: avr-binutils avr-gcc avr-libc avr-monitor (code

Re: ITP: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Ben Collins
On Mon, Aug 14, 2000 at 11:04:15PM +0200, Hakan Ardo wrote: Hi, the entire gnu develoopnet environment is ported to the avr arcitecture and runs nicely under debian. Currently all that excists as debian packages are a few asmeblers and programmers. I intend to create the following debain

Re: ITP: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Hakan Ardo
On Mon, Aug 14, 2000 at 05:07:29PM -0400, Ben Collins wrote: On Mon, Aug 14, 2000 at 11:04:15PM +0200, Hakan Ardo wrote: Hi, the entire gnu develoopnet environment is ported to the avr arcitecture and runs nicely under debian. Currently all that excists as debian packages are a few

Re: ITP: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Ben Collins
binutils is part of the actual upstream source version 2.10 gcc is distributed as a patch to version 2.95.2 and gdb as a patch to 4.18, the rest is not related to actual gnu sources. Excellent. Then most likely all you need to do is get the target added to the binutils-multiarch package,

Re: ITP: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Hakan Ardo
On Mon, Aug 14, 2000 at 05:44:29PM -0400, Ben Collins wrote: binutils is part of the actual upstream source version 2.10 gcc is distributed as a patch to version 2.95.2 and gdb as a patch to 4.18, the rest is not related to actual gnu sources. Excellent. Then most likely all you

RE: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Frank Smith
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hakan Ardo Sent: None To: [EMAIL PROTECTED]; debian-devel@lists.debian.org Subject: ITP: gcc, binutils, libc, gdb for Amtel AVR microcontrollers Hi, the entire gnu develoopnet environment is ported

Re: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Hakan Ardo
On Mon, Aug 14, 2000 at 07:42:05PM -0300, Frank Smith wrote: As part of the Embedded Debian Project (see http://www.emdebian.org) I've made modifications to the binutils and gcc source packages to support the building of cross compilation environments. Perhaps there is some overlap here?

Re: gcc, binutils, libc, gdb for Amtel AVR microcontrollers

2000-08-14 Thread Hakan Ardo
On Mon, Aug 14, 2000 at 07:42:05PM -0300, Frank Smith wrote: Hi, the entire gnu develoopnet environment is ported to the avr arcitecture and runs nicely under debian. Currently all that excists as debian packages are a few asmeblers and programmers. I intend to create the following