From owner-freebsd-arm@FreeBSD.ORG Mon Jan 14 13:31:45 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 F242294C for ; Mon, 14 Jan 2013 13:31:45 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-f170.google.com (mail-qc0-f170.google.com [209.85.216.170]) by mx1.freebsd.org (Postfix) with ESMTP id A91918D7 for ; Mon, 14 Jan 2013 13:31:45 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id d42so2514006qca.1 for ; Mon, 14 Jan 2013 05:31:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=dXD2fDjle7SN+rD00Bmvv8fi11wn2CXhhP5DWy1JM6Y=; b=Xxd+smPu//IAt/NVuMvkFWD6g+oJT33LpkmhxmhBgcS55aNd/dYUNpnxB2PItJPOl7 Rru72xal5W5rmbHrrs9AUQSBdBk3Hd9vO6EXdAh0Hrz9t+ayeHvLBPpwqY3zpIa7GTb5 07dpWJCA3djBL4wE4VUAuEp6kh/Q2vWNjlrJb/GhrfkCRtzi7Ex+8i2pdkdjkEWrZ1ec aul5fGm621aTU5AM5dai1FX0gwkvigFETWVkBnAXPD4zWI8yKN0UipRDr/Bk9sYlLIIo /pJN1v7VEz3FjuZhUIBdOsG76RoMUlM0Cnqyija3oSBBLKNMxEM7D399PLCJCORoUnu0 ZuqA== MIME-Version: 1.0 Received: by 10.229.69.94 with SMTP id y30mr17663831qci.44.1358170299456; Mon, 14 Jan 2013 05:31:39 -0800 (PST) Received: by 10.49.2.72 with HTTP; Mon, 14 Jan 2013 05:31:39 -0800 (PST) Date: Mon, 14 Jan 2013 21:31:39 +0800 Message-ID: Subject: FreeBSD arm with newer arm-none-eabi toolchain (gcc4.6.3) From: Alie Tan To: "freebsd-arm@freebsd.org" X-Gm-Message-State: ALoCoQl/9ifKvddOxJ/ZjgcHhEcGkTL+KMWRwq2Vfts0H/6IXOUNObQFA3gfq5GTgAcPcy4FhzHN 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:31:46 -0000 Hi, As per subject, is there any howto to compile FreeBSD arm world and kernel with newer toolchain/gcc4.6.3? 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