Subject: Annoying link errors
To: None <port-sgimips@netbsd.org>
From: Gerald Heinig <Gerald.Heinig@post.rwth-aachen.de>
List: port-sgimips
Date: 06/03/2001 11:53:14
Hi all,

I'm trying to compile an Indigo 4000 kernel with -current sources from 2 days ago and keep getting linker errors for

udp_usrreq(), udp_input() plus 2 other functions. They're all defined in udp_usrreq.c and used in ip_proto.c. Both of these files get compiled and both are in the list for object files to be linked by
ld.
I built from scratch twice (deleting the build directory & rebuilding), to no avail.

I'm beginning to suspect ld might be dodgy, because I've run out of ideas as to what it could be.

Anyone have any ideas? Anyone had any problems with the mipseb cross toolchain?

Cheers,

Gerald