From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from exchange.timesys.com (mail.timesys.com [65.117.135.102]) by ozlabs.org (Postfix) with ESMTP id 62514679A6 for ; Tue, 10 May 2005 06:05:02 +1000 (EST) In-Reply-To: <427F3441.2010108@web.de> Content-Type: multipart/signed; boundary="=-AFAPEJkROvEFWUG5vgSJ"; micalg=pgp-sha1; protocol="application/pgp-signature" References: <427F3441.2010108@web.de> Date: Mon, 09 May 2005 16:04:57 -0400 Message-ID: <1115669098.9050.48.camel@jmcmullan.timesys> MIME-Version: 1.0 Date: Mon, 9 May 2005 15:59:17 -0400 Message-ID: <1115669098.9050.48.camel@jmcmullan.timesys> From: "McMullan, Jason" To: "Peter Asemann" Cc: PPC_LINUX Subject: Re: Writing a small test program - a bit off topic List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --=-AFAPEJkROvEFWUG5vgSJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-05-09 at 11:58 +0200, Peter Asemann wrote: > I *hope* this mail isn't very off topic. In principle it probably is,=20 > but I don't know a mailing list which is about writing test programs to=20 > test processors in order to debug a hardware to get linux running. Plus,=20 > I suppose there are people out there who could help me. So I hope you=20 > won't stone me for this post. assuming 'foo.c' is your program, and you want to run it at origin 0. Step 1) ppc8xx-linux-gcc -Dmain=3D_start -nostdlib foo.c -o foo Step 2) ppc8xx-linux-objcopy foo -O binary foo.bin Done! =09 --=20 Jason McMullan TimeSys Corporation --=-AFAPEJkROvEFWUG5vgSJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQBCf8Jp8/0vJ5szK6kRAvp8AKCB4sLS3Vs9/XOJXD4wHnWQVT2KTwCdHxfn QtvuB/S93NssTUCTU2nFxSg= =ISen -----END PGP SIGNATURE----- --=-AFAPEJkROvEFWUG5vgSJ--