avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Errors When Trying To Compile A Project Under A Newe


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Errors When Trying To Compile A Project Under A Newer AVR-GCC Package....
Date: Thu, 8 Jan 2004 22:03:06 +0100 (MET)

As "John Branthoover" <address@hidden> wrote:

>Display.o: In function `Display_Reset':
>E:\WinAVR Test/Display.c:53: undefined reference to `PortC_Latch'

Without seeing the rest of the project, it's hard to tell what's going
wrong here.  Perhaps PortC_Latch is supposed to be a macro?

>As you can see, I get a lot of "undefined reference to" errors.  What
>does the term "undefined reference to" mean.

Your application references a function or variable that is never
defined.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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