View Single Post
  #1   (View Single Post)  
Old 20th June 2010
rtwingfield rtwingfield is offline
Real Name: Ron Wingfield
Port Guard
 
Join Date: Oct 2008
Location: Little Rock, AR USA
Posts: 36
Default make buildkernel failure -- undefined reference to . . .

I'm trying to compile a small kernel (on FreeBSD v7.2). The process runs into the Phase-3+ link kernel scenario and craps out after issuing several similar errors, e.g., the following:

undefined reference to "critical_exit"
Just for grins I've copied the GENERIC kernel configuration file to FOOBAR and successfully compiled FOOBAR (I took a nap during the process).

Regardless, my simple little kernel (i386FLOPPY . . .attached FYI) will not compile. Any suggestions as to what I'm missing would be most appreciated.

OTTF,
RW
Attached Files
File Type: txt makekernel.err.txt (1.3 KB, 72 views)
File Type: txt i386FLOPPY.txt (1.8 KB, 83 views)
Reply With Quote