Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Sep 1999 15:20:04 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        stable@freebsd.org
Subject:   kernel build: make does nothing
Message-ID:  <25231.936278404@axl.noc.iafrica.com>

next in thread | raw e-mail | index | archive | help


Hi folks,

It's been a while since I've built a kernel on a stable box and I'm
having trouble, almost certainly due to some silliness on my part.

I do this:

cd /usr/src/sys/i386/conf
config -gr GDB
cd ../../compilg/GDB
make depend

This produces the expected results and I end up with a .depend file in
the working directory.

However, from here, both ``make'' and ``make all'' appear to do nothing
-- there's certainly no output. This problem doesn't go away if I remove
the -g option to config.

What am I doing wrong? I suspect I've misunderstood a difference between
CURRENT's config and STABLE's.

Ciao,
Sheldon.

# Kernel config file for 3.2-STABLE:
#
ident		GDB
machine		"i386"
cpu		"I686_CPU"		# aka Pentium Pro(tm)
maxusers	64

options		MAXCONS=16
options		"CPU_FASTER_5X86_FPU"
options		"COMPAT_43"
options		INET			#Internet communications protocols
options		FFS			#Fast filesystem
options		FFS_ROOT		#FFS usable as root device
options		MFS			#Memory filesystem
options		NFS			#Network filesystem
options		NFS_NOSERVER		#Disable the NFS-server code.
options		PROCFS			#Process filesystem
options		MSDOSFS			#MS DOS filesystem
options		SOFTUPDATES
options		UCONSOLE
options		DDB
options		INCLUDE_CONFIG_FILE	# Include this file in kernel

controller	isa0
controller	pci0
controller	ppbus0	# parallel port bus system
controller	wdc0	at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff
controller	fdc0	at isa? port "IO_FD1" irq 6 drq 2
controller	atkbdc0	at isa? port IO_KBD tty

disk		fd0	at fdc0 drive 0

device		atkbd0	at isa? tty irq 1
device		ed0	at isa? port 0x300 net irq 10 iomem 0xd8000
device		lpt0	at ppbus?
device		npx0	at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13
device		ppc0	at isa? port? irq 7
device		sc0	at isa? tty
device		sio0	at isa? port "IO_COM1" tty flags 0x10 irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		vga0	at isa? port ? conflicts

pseudo-device	splash
pseudo-device	ether			#Generic Ethernet
pseudo-device	loop			#Network loopback device
pseudo-device	bpfilter	2	#Berkeley packet filter
pseudo-device	pty		16	#Pseudo ttys - can go as high as 256
pseudo-device	snp		1	#Snoop device - to look at pty/vty/etc..


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25231.936278404>