DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Installation and Upgrading

FreeBSD Installation and Upgrading Installing and upgrading FreeBSD.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 22nd June 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You probably removed an options you shoudn't have.

Your kernel config seems to be missing a scheduler for starters. It kind of needs this
Add options SCHED_ULE

You may also be missing other necessary stuff ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Undefined reference to `xpt_bus_deregister' FreeBee FreeBSD Installation and Upgrading 2 6th January 2010 03:59 PM
Undefined function in OpenBSD WeakSauceIII OpenBSD General 4 20th May 2009 12:58 PM
Make world failure disappearedng FreeBSD General 1 16th January 2009 12:04 PM
Networking: CLI quick reference anomie Other BSD and UNIX/UNIX-like 0 2nd October 2008 01:21 AM
ports/sysutils/pfstat; undefined reference to `gdImagePng' chris FreeBSD Ports and Packages 2 5th July 2008 06:31 PM


All times are GMT. The time now is 08:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick