From: M. R. B. <mr...@0x...> - 2001-09-12 22:46:50
|
* Adrian McMenamin <ad...@mc...> on Wed, Sep 12, 2001: > On Tuesday 11 September 2001 10:38 pm, Adrian McMenamin wrote: > > Thanks to the help I was give earlier I am not getting at least somethings > > to compile - but like others on this list I have no experience of cross > > compiling - or indeed of ever compiling a project of this size. > > > Well, obviously this is a linking error, but I need some clues as to what > additional things to tell the linker? Any ideas - I'm scanned through the > whole list and got nwhere further forward on this one. You have some broken dependencies in the kernel. Go through your config again (e.g. make ... menuconfig) and make sure you've picked the relevant networking options - those missing functions belong to the net driver. M. R. |