From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28299 invoked by alias); 4 Apr 2006 17:34:57 -0000 Received: (qmail 28289 invoked by uid 22791); 4 Apr 2006 17:34:57 -0000 X-Spam-Check-By: sourceware.org Received: from stl-smtpout-01.boeing.com (HELO stl-smtpout-01.boeing.com) (130.76.96.56) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Apr 2006 17:34:55 +0000 Received: from blv-av-01.boeing.com ([192.42.227.216]) by stl-smtpout-01.boeing.com (8.9.2.MG.10092003/8.8.5-M2) with ESMTP id MAA25654; Tue, 4 Apr 2006 12:34:37 -0500 (CDT) Received: from xch-swbh-11.sw.nos.boeing.com (localhost [127.0.0.1]) by blv-av-01.boeing.com (8.11.3/8.11.3/MBS-AV-LDAP-01) with ESMTP id k34HYaT17611; Tue, 4 Apr 2006 10:34:36 -0700 (PDT) Received: from XCH-SW-4V2.sw.nos.boeing.com ([129.172.87.234]) by xch-swbh-11.sw.nos.boeing.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 4 Apr 2006 10:34:33 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: I mainly need an as and ld port Date: Tue, 04 Apr 2006 17:34:00 -0000 Message-ID: <80890BBB6B38E0419197E69BAE0C989E096DB1@XCH-SW-4V2.sw.nos.boeing.com> From: "Lindley, Robert A" To: Cc: X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00001.txt.bz2 Thanks for the help. GCC and friends is a much larger universe than I expected.=20 =20 My need is to just assemble, load, and create an S-file for a PROM burner. =20 There is no need to use the GCC compiler or any higher level language.=20 =20 Is CGEN overkill for what I am trying to do? =20 The Z8000 is sort of close to the MECA-43. Basically all 16 bit instructions and both 16 and 32 bit data. =20 Looking at the z8kgen.c file and the m32r files made by CGEN for the m32r there is almost no relation. =20 Looked through the gas opcode documentation. Tried to use=20 "makinfo --html" to make the *.texi files readable. But, can't find the root of the tree of files. Everything fails because something or another is not defined. Only a few files made any output. (I have no clue how to run Emacs and the info document reader thing doesn't know anything about the files that I want to look at.) =20 I can't find out how to make a file like z8kgen.c. All the things are encoded with codes that I can't find any description of. =20 Your suggestion of hand-written gas/bfd/ld/simulator code seems the way to go. Hours of searching has produced no results for information on the exact files to be made, the exact format of each files, how to update the make files for automake, etc. etc. I expect that it should be in the binutils package, but I can't find it.=20 =20 Thanks, Bob Lindley =20 =20