Port-amiga archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: nm can't find strcat.o and friends in libkern
> > In private e-mail, Mr. Souvatzis wrote;
> > depend', and 'make all'.
> > 'make links' terminated with a complaint: swapnetbsd.o: not found
> >
> make links is the culprit. I dont know for the moment what it is SUPPOSED to
> do, but:
>
The last time I used 'make link', I think it make link between a GENERIC
already generated kernel .o files and the current config. So, if I type :
config GENERIC
cd ../compile/GENERIC
make depend
make
cd ../conf
config TEST
cd ../compile/TEST
make link
It will make link for some .o files from ../GENERIC to TEST, maybe to avoid
recompiling them (seems to be very outdated now).
That's my guess... ;-))
Home |
Main Index |
Thread Index |
Old Index