avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] linker cant find crt43320.o in avr-lib 1.0.4


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] linker cant find crt43320.o in avr-lib 1.0.4
Date: Wed, 12 May 2004 08:09:26 -0700 (PDT)

On Wed, 12 May 2004, Tim Lapawa wrote:

> Hello listmembers,
>
> after my update to the latest release of avr-libc the linker complains about
> a missing crt43320.o.
> I have noticed that the crt2...crt5 directories are missing, too. How may I 
> produce the other
> crt*.p files?
>
> My gnu toolchain versions are:
>
> address@hidden:~/AVR/GNU/avr-libc$ avr-ld -v
> GNU ld version 2.14 20030612
> address@hidden:~/AVR/GNU/avr-libc$ avr-gcc -v
> Reading specs from /usr/local/avr/lib/gcc/avr/3.4.0/specs
> Configured with: ./configure --target=avr --prefix=/usr/local/avr 
> --enable-languages=c --disable-nls
> Thread model: single
> gcc version 3.4.0
> address@hidden:~/AVR/GNU/avr-libc$
>
> Thanks for any advice.

Can you post your commands to confiugre and install avr-libc?

If memory serves, running configure in the toplevel source dir does not
do a complete install. It's best to do something like this (copied from
the avr-libc user manual):

$ bunzip2 -c avr-libc-<version>.tar.bz2 | tar xf -
$ cd avr-libc-<version>
$ mkdir obj-avr
$ cd obj-avr
$ ../configure --prefix=$PREFIX
$ make
$ make install

---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]