From owner-freebsd-arm@FreeBSD.ORG Mon Jan 28 10:32:40 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 53D3272B for ; Mon, 28 Jan 2013 10:32:40 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com [209.85.216.180]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC4F9D8 for ; Mon, 28 Jan 2013 10:32:39 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id v28so1217148qcm.11 for ; Mon, 28 Jan 2013 02:32:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=nOnyQ28YIWNSACJz+wjIDEqJAkAXKeT8vmUqyIRF5e8=; b=BD1Iy3XZG2oprO0fFzCNakbgEXBgWUsFdJmzkwActfV9Gk+C6PDtVB7LGsI9YtYDgr q2N0Kb0uqn/iwr0GzXZexUsHwqSmYqQe5kEcpKewmvbL0GlG+axXr8GzluYMWVPjQT/z jBSON82uREVgFw7njhnQomPfdLR1a92S0GedV63bJxK8xqdAqgv7XTlAxKCNgTALOuFv eoUEWa9tROFReP/L1APxaK+VHPNHQXT7oEXkkkDgq80Dj/zDQlzSjtl0w7CG4m0S20ru NwoY1W2XMEhDTXKRGczOg5sPd7rJAjdmRVcEux5tR0yNgla/MZQYeNdqywktrwMu9Dex yx0w== MIME-Version: 1.0 X-Received: by 10.49.106.71 with SMTP id gs7mr17930747qeb.21.1359369153548; Mon, 28 Jan 2013 02:32:33 -0800 (PST) Received: by 10.49.2.72 with HTTP; Mon, 28 Jan 2013 02:32:33 -0800 (PST) In-Reply-To: <20130127150429.5a232f66@bender> References: <20130127150429.5a232f66@bender> Date: Mon, 28 Jan 2013 18:32:33 +0800 Message-ID: Subject: Re: FreeBSD ARM EABI in head From: Alie Tan To: Andrew Turner X-Gm-Message-State: ALoCoQmsa9dj0CHUkFO3b2p77k3s0oD8Jh020yWQfyhGPOEsC9pr1BwmddnVebLVYoOsU5CGdXhs Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" 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, 28 Jan 2013 10:32:40 -0000 Tried building kernel-toolchain, world and kernel with -DWITH_ARM_EABI and gcc4.2 my Pi keeps rebooting after uboot, strange... hardly for rme to debug it since it happens really fast. Regards, Alie T On Sun, Jan 27, 2013 at 10:04 AM, Andrew Turner wrote: > I have finished merging in my changes from the ARM EABI project branch > into head. I would appreciate it if people would be able to test it. > > To build it you will need a checkout of head no earlier than r245942. > You can then run the normal build procedure with WITH_ARM_EABI set, for > example: > make TARGET_ARCH=armv6 -DWITH_ARM_EABI buildworld > make TARGET_ARCH=armv6 -DWITH_ARM_EABI buildkernel TARGET=RPI-B > > If your kernel config includes DDB you will need to set WITH_ARM_EABI > when building your kernel to get backtrace support. > > I have tested the ARM EABI branch on arm and armv6 and the head merge on > armv6 and expect these two to mostly work. As I have no access to any > big-endian ARM hardware I have been unable to test there. > > There are currently three known issues: > * No clang support - this should be fixed soon, I'm waiting on another > patch to go into head first. > * No gdb - I'm testing a fix for this. > * No bind utils - for some reason the bind tools, e.g. dig, segfault in > the sig_wait syscall. > > Andrew > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >