From owner-freebsd-arm@FreeBSD.ORG Mon Jan 14 13:38:36 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C64E9A01 for ; Mon, 14 Jan 2013 13:38:36 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5FD918 for ; Mon, 14 Jan 2013 13:38:36 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id r4so1441093qaq.1 for ; Mon, 14 Jan 2013 05:38:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=B2vlA+E8XZiH3kMN7nSbZjI2Z2QVdvqyNyRGXeAls6U=; b=oLKsaCdpFVngEz47Y2ju14VDP2+izfZ4nvv/Fgz+vikGGvASQ59FqS7Kbm9CshnPsm s988K9Xg8B63ocXSuiDRdmIVr06r20/A/GBdM25LKlabF9iqrcz44bz4AF1JpWFANb1W wkIYepPM5LgVViactrrQSqhfGWeU6oYVyO1siwmJU06MVji3368j0YRUmSkOHJxIa90Z 4jKxBgBHEeSz8wxKN0gHyhWP7K1aSa5vO7ON47QeEW6mluVT1MP2YFLbTfHo692PA15v n/h15MDLqsbhmdkCqwp/lYBXc33YT/EZvYyxxAgzfLlkBSmuouPxaTW9iIXaqkI3njhX 7Gvg== MIME-Version: 1.0 Received: by 10.224.177.79 with SMTP id bh15mr71080103qab.70.1358170710014; Mon, 14 Jan 2013 05:38:30 -0800 (PST) Received: by 10.49.2.72 with HTTP; Mon, 14 Jan 2013 05:38:29 -0800 (PST) In-Reply-To: References: Date: Mon, 14 Jan 2013 21:38:29 +0800 Message-ID: Subject: Re: FreeBSD arm with newer arm-none-eabi toolchain (gcc4.6.3) From: Alie Tan To: "freebsd-arm@freebsd.org" X-Gm-Message-State: ALoCoQmnIyOVrUYmAYvfcTdCoWi/3IqXGlT/Z/l043WmLFfBsk4V+lW81Ucnt2M0hhCCDaAaMcx3 Content-Type: text/plain; charset=ISO-8859-1 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: Mon, 14 Jan 2013 13:38:36 -0000 On Monday, January 14, 2013, Alie Tan wrote: > Hi, > > As per subject, is there any howto to compile FreeBSD arm world and kernel with newer toolchain/gcc4.6.3? Sorry i mean devel/cross-gcc > > I have tried with devel/gcc but its complaining: "gcc: error trying to exec 'cc1': execvp: No such file or directory" > > And I have tried building codesourcery too with result sys/mann.h: no such file or directory while compiling the kernel. > > Please advise. > > Regards, > Alie T