From owner-freebsd-questions@FreeBSD.ORG Wed Apr 30 21:23:28 2008 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 6AA81106567A for ; Wed, 30 Apr 2008 21:23:28 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 386908FC1A for ; Wed, 30 Apr 2008 21:23:28 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so722092wah.3 for ; Wed, 30 Apr 2008 14:23:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1KiCtoOBJb8wtrrdJ1IleZnKBQ8/yMszbJX8s6sEQtg=; b=qzvha/yAhuzpDT4LPHsWimYwGUAoWyJfkh4+8ty0KknojJgVGFmWEvjmZdnz0S2O5Kc+ow3ool1K8LIm9PmotPqlB5vt9AMcP1ORNGugmkUueRxvnlMa8JfNDFwpoJK9B0MW4sN62HbGfVmxYm1ZeHoB+5YyFKCptU+ezc4R8bY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sto5TRucs7C8eDoAq1vzmvyptqIia5tWkpkGNBFCWIlmMVBDq4QFNrFAhgkvkI4u8MKGDT8QgT0NoiTku9irjnZCJxOrQD685Y7cqrBqMPHvWzTiHf/xn1IPAxQG23oYJp5RJpHUYbyozxNqYMKxim626QaeTxptNPNBbBXs7SE= Received: by 10.114.171.1 with SMTP id t1mr1325941wae.124.1209590607965; Wed, 30 Apr 2008 14:23:27 -0700 (PDT) Received: by 10.114.174.15 with HTTP; Wed, 30 Apr 2008 14:23:27 -0700 (PDT) Message-ID: <6ae50c2d0804301423l485c586er854aa36086504d17@mail.gmail.com> Date: Wed, 30 Apr 2008 17:23:27 -0400 From: alexus To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms 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: Wed, 30 Apr 2008 21:23:28 -0000 dd# make cleandepend && make depend rm -f .depend machine amd64 cd ../../../modules; MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/dd/modules KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=i386 KERNBUILDDIR="/usr/src/sys/i386/compile/dd" make cleandepend ===> aac (cleandepend) rm -f @ machine amd64 rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> accf_data (cleandepend) rm -f @ machine amd64 rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> accf_http (cleandepend) rm -f @ machine amd64 rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> acpi (cleandepend) ===> acpi/acpi (cleandepend) "Makefile", line 4: "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms" *** Error code 1 Stop in /usr/src/sys/modules/acpi. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/i386/compile/dd. dd# I took GENERIC and rewise it a little bit -- http://alexus.org/