From owner-freebsd-arm@FreeBSD.ORG Fri Feb 1 08:58:02 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04FF6877 for ; Fri, 1 Feb 2013 08:58:02 +0000 (UTC) (envelope-from johnsstephenelder@gmail.com) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by mx1.freebsd.org (Postfix) with ESMTP id C13B73FF for ; Fri, 1 Feb 2013 08:58:01 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id fo13so2353468vcb.11 for ; Fri, 01 Feb 2013 00:57:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=uWLeUzPCRkZF0CrSV8amI0LJKtfRiIVeC7dL452Q+8M=; b=PEy++mIfyIY6AbaRAAR0s/CcKcKNIAI74bXwLajPQCFrJUNX+lBa0+sMd6QSjguUiB mWssx3dgMrJX8EW1bRE7x6GEDsgQ3lsCDMCUyWTiktgONgHZSiokKcURr4x/Nx89hElz Qm8RDuM8CE1lEIGYBbs/viZThVeL7V/dUkXTLS8x9dDkgiYF40OrO6nIBbOTXpcyc6rZ fFPiYCt6+nS5dGnD/xaiu/QJaDmBq3loWuccv4dy4/cxrMLH4d6iyjlnuqc7zWRdpGu0 FIcF7cPTsPAhLvWycL/+4kQwRpxp4Ig4MZhShfUXOnbNTH7CPDkvL+18ELUsx3bvH/ln lRbg== MIME-Version: 1.0 X-Received: by 10.52.89.48 with SMTP id bl16mr9299621vdb.120.1359709075156; Fri, 01 Feb 2013 00:57:55 -0800 (PST) Received: by 10.58.2.227 with HTTP; Fri, 1 Feb 2013 00:57:55 -0800 (PST) Date: Fri, 1 Feb 2013 16:57:55 +0800 Message-ID: Subject: About build the kernel From: John Elder To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 08:58:02 -0000 Hi, I meet a problem, that i want to build the kernel for arm, but it shows that: make don't know how to make buildkernel, Stop. I just check out the source from svn.freebsd.org/base/head, And I find the kernel I needed in the /usr/src/sys/arm/conf folder. I don't know what can do now, please help me. Thank you.