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

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

Re: [avr-gcc-list] Linking order


From: Lorne Gutz
Subject: Re: [avr-gcc-list] Linking order
Date: Thu, 6 Mar 2003 14:22:48 -0500

This is usually a problem, where you over write a
variable, by writting past the end of an array.  Then
by changing the link order you may write over areas
that are not used.
Sounds weird that a seperate source file can affect the
out come.  Some times adding code near a bad line of
code can affect the out come, and can be an good
way of debugging.

Lorne



On Thursday 06 March 2003 11:11, E. Weddington wrote:
> On 6 Mar 2003 at 11:06, Daniel Williamson wrote:
> > Hi all,
> >
> > I've recently found that changing the linking order of my program
> > makes the difference between it working or not. Also I've found that
> > one line of unrelated code in a seperate source file can affect the
> > program. i.e. it's the compiled size that seems to affect the program
> > operation?
>




reply via email to

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