[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] WinAVR Issue
From: |
Keith Gudger |
Subject: |
Re: [avr-gcc-list] WinAVR Issue |
Date: |
Mon, 6 Oct 2003 10:00:33 -0700 (PDT) |
Joerg:
My (typing) mistake. I meant to say "avr-ar", for archive. The -s option
creates an archive index. You're not supposed to have to run ranlib if
you use the -s option.
BTW, I found my mistake. Thanks.
Keith
On Mon, 6 Oct 2003, Joerg Wunsch wrote:
> Keith Gudger <address@hidden> wrote:
>
> > could not read symbols: Archive has no index; run ranlib to add one
>
> > I ran avr-as with the -s option.
>
> $ avr-as -s
> avr-as: option `-s' is ambiguous
>
> Do you mean you ran avr-gcc with the -s option? That would be fatal,
> since -s /strips/ the symbols off the resulting object file, which is
> most likely not what you want.
>
> --
> J"org Wunsch Unix support engineer
> address@hidden http://www.interface-systems.de/~j/
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list
>
>
>