From owner-freebsd-questions@FreeBSD.ORG Fri Dec 21 18:18:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4B5016A417 for ; Fri, 21 Dec 2007 18:18:36 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 86B1B13C45A for ; Fri, 21 Dec 2007 18:18:35 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lBLIIHO1019535; Fri, 21 Dec 2007 21:18:17 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by darklight.org.ru (8.14.2/8.14.2/Submit) id lBLIIGbx019534; Fri, 21 Dec 2007 21:18:16 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f From: Yuri Pankov To: freebsd-questions@freebsd.org, lichray@gmail.com Date: Fri, 21 Dec 2007 21:18:16 +0300 User-Agent: KMail/1.9.7 References: <1198244536.36882.7.camel@localhost.yuetime> In-Reply-To: <1198244536.36882.7.camel@localhost.yuetime> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712212118.16800.yuri.pankov@gmail.com> Cc: Subject: Re: My new kernel could not be compiled X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 18:18:36 -0000 On Friday 21 December 2007 16:42:16 Ray Stinger wrote: > I have followed the FreeBSD Handbook, and I just want to add the usb2.0 > and sound devices to my kernel. Maybe I canceled too much modules, > though the make error shows the same msg saying "ng_prase_int32 type"** > My kernel configure file: Could you be more verbose than `msg saying "ng_prase_int32 type"**'? :-) It's really hard to guess given so little information. Please paste at least full compiler line and exact error messages. Yuri