From owner-freebsd-ppc@FreeBSD.ORG Wed Mar 8 06:09:25 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B8F16A420 for ; Wed, 8 Mar 2006 06:09:25 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F6143D45 for ; Wed, 8 Mar 2006 06:09:24 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id i30so73730wxd for ; Tue, 07 Mar 2006 22:09:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZQtLQ3NxEzo3k7OsuHr8VEoSwTl6H4L328Ka6moiRQnHuF4AatW/hIwXoFl0ih4xs29ySVOAwiP7QmkPBg2SqPhi1GVDoSnSwNMz9CpmP6Qcj2exFhSOjOhe+aJgcvedrzFkwzOeMx7d3C5A6CZBg9E2RJyN24OwpJjznQsyofw= Received: by 10.70.73.2 with SMTP id v2mr410930wxa; Tue, 07 Mar 2006 22:09:22 -0800 (PST) Received: by 10.70.116.16 with HTTP; Tue, 7 Mar 2006 22:09:22 -0800 (PST) Message-ID: <84dead720603072209q16d31dd3n7ad4cfe89622cdd1@mail.gmail.com> Date: Wed, 8 Mar 2006 11:39:22 +0530 From: "Joseph Koshy" To: "Madhavan Srinivasan" In-Reply-To: <20060308055738.55860.qmail@web8606.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060308055738.55860.qmail@web8606.mail.in.yahoo.com> Cc: freebsd-ppc@freebsd.org Subject: Re: problems in compiling config tool X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 06:09:25 -0000 > I am a newbie to freebsd. I am learning freebsd > from a linux box. I know config is one of the basic 1) Install freebsd on your hardware 2) cd /usr/src; 3) make kernel-toolchain TARGET_ARCH=3Dpowerpc See build(7). > FYI, I tried modifying the Makefile to take the > include files from proper directories and not from > /usr/include, but still its not working, I guess I am > missing something. You cannot cross-compile FreeBSD on a Linux based distro (you didn't say which one), without a lot of work. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy