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

[MiNT] ld problems



Hi!

I use the current SpareMiNT's rpms of gcc and while trying to port a new
library to SpareMiNT I got this Bus Error during linking (see
http://phoenix.inf.upol.cz/~opichals/aranym/ldBusError.png) It happened on
the ext2 and on the hostfs here in ARAnyM.

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

regards

STan