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

Re: [MiNT] ld problems



Hi!

I've done some more tests on that...:

On Tue, 8 Apr 2003, Frank Naumann wrote:

> Hello!
> 
> > Is there a debug version of the gcc package somewhere (to get it possibly
> > fixed)? Or does the workaroung exist?
> >
> > The linkage there is like:
> > ld -o p1.o s1.o s2.o
> > ld -o p2.o s3.o s4.o
> >
> > the critical one merges the two above into one... (is it legal? anyway it
> > works on Linux here /gcc 2.96/).
> > ld -o result.o p1.o p2.o
> 
> Does it work if you link all object files (without the merge and without
> the -r option)?

Yes, it works if I link the files directly (no submerges) all at once.
Like the following: ld -o result.o s1.o s2.o s3.o s4.o

> Do you use the binutils 2.9 or 2.13?

Both versions behaves the same way :(

regards

STan