Return to BSD News archive
Path: sserve!manuel.anu.edu.au!munnari.oz.au!uunet!sun-barr!olivea!spool.mu.edu!sgiblab!tsoft!barfeau From: bbs.barfeau@tsoft.sf-bay.org (David Fox) Newsgroups: comp.unix.bsd Subject: problems compiling/linking kernel (followup) Message-ID: <7ZBJTB1w165w@tsoft.sf-bay.org> Date: 1 Nov 92 00:46:29 GMT Sender: bbs@tsoft.sf-bay.org (BBS User) Organization: The TSoft BBS and Public Access Unix, +1 415 969 8238 Lines: 24 Hi *, After posting that article where I gave the make log from the kernel build, I stumbled across what I believe to be the problem. Many, if not all of the unresolved symbols I'm getting are because the i386/isa stuff isn't getting compiled somehow. For instance, there's no fd.o, wd.o, com.o files in my config directory, but there are the objects for lpt and vga_console. The lpt and vga_console lines are in a "files.i386" file because the documentation for those things explicitly told me to add lines to that file. However, the other lines (for the more "mundane" hardware) are missing. Any clues on how I should reconstruct this file? Should I just have: isa/fd.c fd device-driver isa/wd.c wd device-driver etc., added to files.i386? Please help. -- David Fox (bbs.barfeau@tsoft.sf-bay.org)