From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20142 invoked by alias); 13 Nov 2001 03:29:45 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 20127 invoked from network); 13 Nov 2001 03:29:43 -0000 Date: Tue, 02 Oct 2001 13:21:00 -0000 From: johan rydberg To: sid@sources.redhat.com Subject: powerpc port - progress report :-) Message-ID: <20011113043233.A19917@localhost> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.2.2 X-SW-Source: 2001-q4/txt/msg00000.txt.bz2 I just want to tell you guys that I have done some progress with the PPC port of SID :-). (I'm kinda proud - so bare with me...) First `xterm-shot': $ ./psim ~/hello-psim Hello, World! $ Second `xterm-shot': (window 1) $ powerpc-elf-sid -EB --gdb=2000 (window 2) $ powerpc-elf-gdb hello-psim GNU gdb 2001-11-12-cvs Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=powerpc-elf"... (gdb) target remote localhost:2000 Remote debugging using localhost:2000 0x00000100 in ?? () (gdb) load Loading section .text, size 0x90e4 lma 0x10000 Loading section .rodata, size 0x14 lma 0x190e8 Loading section .data, size 0xac8 lma 0x29100 Loading section .fixup, size 0x440 lma 0x29bc8 Loading section .got2, size 0x118 lma 0x2a008 Loading section .sdata, size 0x20 lma 0x2a120 Start address 0x10000, load size 41272 Transfer rate: 330176 bits/sec, 485 bytes/write. (gdb) c Continuing. Hello, World! Program exited normally. (gdb) The program is compiled for the `Motorola PPCBUG ROM' with libgloss and newlib. regards johan