Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 1996 01:38:13 -0800
From:      David Greenman <davidg@Root.COM>
To:        monrose@caribnet.net (David Monrose)
Cc:        scrappy@ki.net, questions@freebsd.org
Subject:   Re: KERNEL 
Message-ID:  <199603170938.BAA09606@Root.COM>
In-Reply-To: Your message of "Sat, 16 Mar 1996 19:59:00 -0400." <m0ty5sr-000FPGC@prop> 

next in thread | previous in thread | raw e-mail | index | archive | help
>I am trying to recompile my FreeBSD Kernel for some sort of IDE ATAPI
>support. But I am getting a Duplicate declaration of Crtat from
>con.o and syscons.o. What do i do?
>here is a copy of my script.

># syscons is the default console driver, resembling an SCO console
>device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
># Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
>#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
>#options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
>options		XSERVER			# include code for XFree86

   Crtat comes from the console drivers. Your config file doesn't seem to
indicate a problem, but you might try re-"config"ing - it acts like your
build tree was made when the config file had both sc0 and vt0 enabled.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



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