[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] link problems
From: |
Daniel O'Connor |
Subject: |
Re: [avr-gcc-list] link problems |
Date: |
Wed, 9 Mar 2005 19:14:15 +1030 |
User-agent: |
KMail/1.7.92 |
On Wed, 9 Mar 2005 17:56, Parthasaradhi Nayani wrote:
> addresses. Consequently you get errors from the linker
> when it does not find the called function either in
> the obj files or in the libraries that are given to
> the linker.
The compiler will warn you about non-existant definitions and it will just
assume you know what you're doing :)
-Wall and -Werror are very useful for finding problems with your code.
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
pgp0SorEz2MJp.pgp
Description: PGP signature
- Re: [avr-gcc-list] link problems, (continued)
- Re: [avr-gcc-list] link problems, Alan Kilian, 2005/03/08
- Re: [avr-gcc-list] link problems, Christof, 2005/03/08
- Re: [avr-gcc-list] link problems, Parthasaradhi Nayani, 2005/03/08
- Re: [avr-gcc-list] link problems, address@hidden, 2005/03/08
- Re: [avr-gcc-list] link problems, Parthasaradhi Nayani, 2005/03/09
- Re: [avr-gcc-list] link problems, Parthasaradhi Nayani, 2005/03/09
- Re: [avr-gcc-list] link problems, address@hidden, 2005/03/09