[En-Nut-Discussion] Dev on Debian

Ralf Schulze ralf.schulze at ikp.uni-koeln.de
Mon Aug 4 11:52:49 CEST 2003


On Fri, Aug 01, 2003 at 03:41:04PM +0200, maurilio.bortolussi at ade.it wrote:
> 
> i want to develop Ethernut on a Debian Linux workstation (Woody). I have
> seen that are available only src or rpm packages on savannah site.
> 
> What is the right way to do it ?

I think you mean the avr-gcc.

You will need avr-gcc, avr-binutils and avr-libc. Getting the sources
and compiling it yourself is preferable BUT:

I once tried to build the avr-gcc for myself on a Debian Woody and
didn't get the demo programs to work with it. I have no idea what
exactly the problem was but it worked with the prebuild avr-gcc which i
converted with 'alien' from rpm to tar.gz.

If you want to try out to compile it yourself:

1. avr-binutils via ./configure --target=avr && make && make install
2. avr-gcc via ./configure --target=avr && make && make install
3. avr-libc via ./doconf && ./domake && ./domake install

Drop me a note if it is working for you.

Ralf

-- 
Institut f"ur Kernphysik - Universit"at zu K"oln ----------------------------
Z"ulpicher Str. 77                      E-Mail: Ralf.Schulze at ikp.uni-koeln.de
50937 K"oln                             Fon:    +49 -(0)221 / 470-3638   
Germany                 




More information about the En-Nut-Discussion mailing list