From owner-freebsd-arm@FreeBSD.ORG Thu Nov 18 19:43:42 2004 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635C016A4CE for ; Thu, 18 Nov 2004 19:43:42 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BE543D54 for ; Thu, 18 Nov 2004 19:43:42 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so55363rns for ; Thu, 18 Nov 2004 11:43:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KDTBjId7lrt8S3LFDQRNmP76R3z4BzAL2HN4kTBk4lRYIkuLGWq64YRyYZ5SyYi5VuyH7JdbPnCIxUWCpU8ufh0Paecw2pI5RFQO39Cl9BWL5wbS+pBfucU7Vjm9TVdW2qDzmNwue9WV5EZ3zCbynh/cemvQiVTaupRyzwWCRm8= Received: by 10.38.179.4 with SMTP id b4mr285594rnf; Thu, 18 Nov 2004 11:43:16 -0800 (PST) Received: by 10.38.206.70 with HTTP; Thu, 18 Nov 2004 11:43:16 -0800 (PST) Message-ID: <1d6d20bc04111811434a86bc7b@mail.gmail.com> Date: Fri, 19 Nov 2004 03:43:16 +0800 From: Jia-Shiun Li To: Olivier Houchard In-Reply-To: <20041112010144.GA36319@ci0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41939C6D.5010400@sitetronics.com> <20041112010144.GA36319@ci0.org> cc: freebsd-arm@freebsd.org Subject: Re: Current status and further development X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jia-Shiun Li List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 19:43:42 -0000 Hi Oliver, I tried following the instructions to build -current , but the first stage to build a cross-compiler would fail with messages like this: make: don't know how to make /usr/cross/usr/lib/libc.a. Stop *** Error code 2 Stop in /usr/src/gnu/usr.bin/cc. at the step of 'make all' for cc. I checked the .depend file, the last line said cc depends on /usr/cross/usr/lib/libc.a and /usr/src/gnu/usr.bin/cc/cc/../cc_int/libcc_int.a. Since I am building the cross-compiler for the first time, there is nothing under /usr/cross. Do I need some more hack or compiled library to continue? Thanks, Jia-Shiun. On Fri, 12 Nov 2004 02:01:44 +0100, Olivier Houchard wrote: > On Thu, Nov 11, 2004 at 06:07:57PM +0100, Devon H. O'Dell wrote: > > Hey List, > > > > I'm going to be getting an ARM machine (Siemens SIMpad) soon, and I > > really don't want to run Linux on it. What's the current status of > > development, who are the head honchos, and what can I do to help out (do > > we have a TODO anywhere)? > > > > --Devon > > Hi, > > If I'm not mistaken, the Siemens SIMpad is based on the StrongArm 1110. If so, > basic support is present in the tree, and I get it to single user (multi-user > shouldn't be hard to achieve, but I have no real SA1110 hardware, I'm using > Simics, which doesn't emulate enough to be really interesting at this point.) > The only things which have drivers for are the UART and the clock, so if you > want to get FreeBSD to run on a SIMpad, you'd need a bunch of drivers (some > of them can easily be adapted from NetBSD). > Assuming you want to run it from Windows CE, you'd need a loader too. I guess > NetBSD's hpcarm loader should work fine. > You can get a few infos on how to cross compiles things for FreeBSD/arm here : > http://people.FreeBSD.org/~cognet/freebsd_arm.txt > It is a quick text explaining how to setup freebsd on the intel IQ31244 board, > but most of it applies here as well. > > There's no TODO list yet, that would depress me ;) > > Feel free to ask for more. > > Cheers, > > Olivier > > > _______________________________________________ > 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" >