From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bcdv2-00030z-Qy for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:34:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bcdv1-00030T-CJ for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:34:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcdv1-00030J-78 for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:34:03 -0400 Received: from [211.5.2.69] (helo=nm01omta015.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.34) id 1BcdtN-0007EO-Tq for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:32:22 -0400 Message-ID: <00dc01c4581a$1fb5d220$0264a8c0@afina> From: "kazu" References: <32848.81.199.255.141.1087770276.squirrel@81.199.255.141> Subject: Re: [Qemu-devel] help porting to BF533 Date: Tue, 22 Jun 2004 14:31:09 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Monday, June 21, 2004 7:24 AM alonl@tiranogath.dnsalias.net wrote > Hi Everyone, > > I'm working on porting the qemu to the blackfin BF533, under uClinux and > uClibc. This created many problems for me which I cannot solve so I am > looking for any help I can get :) > I don't know anything about BF533 but please try to look for differences of object file format. ELF and COFF are different file format but they have almost the same part. If bflt is similar to ELF, it is good. Porting of dyngen is the first step. If you can use objdump in uClinux, it will be useful. Regards, kazu