Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!otter.hpl.hp.com!hpltoad!hpopd!hpcpbla!kev From: kev@hpcpbla.HP.COM (Kevin Jones) Newsgroups: comp.sys.hp Subject: Re: HP64000 absolute .x to S-record converter wanted Message-ID: <9740004@hpcpbla.HP.COM> Date: 28 Feb 91 08:06:09 GMT References: <1991Feb26.201447.16613@m.cs.uiuc.edu> Organization: HP Computer Peripherals Bristol, UK Lines: 53 I assume you've got most of the HP64000 utilities on your system. Method-A ------------ If you use the "ld68k" linker to produce your executable file: Invoke using '-fa' in the command line options. The output generated should be in Motorola S-Record format. Method-B ------------- If you use the "ld68k" linker to produce your executable file: If you use a linker command file then add a line: "FORMAT S" to get Motorola S-Records. Method-C ------------ If you have an HP64000 absolute format file and just want to convert it into Motorola S-Record format, use: /usr/hp64000/bin/xlate -f -tmot source_file NOTE: By default, the "ld68k" linker produces "filename.x" where ".x" signifies the file format is IEEE MUFOM. To get the "ld68k" linker to produce "filename.X" where ".X" significes HP Absolute format, use the "-h" option on the command line. Man pages for "ld68k" and "xlate" exist. Regards, Kevin L Jones. ----------------------------------------------------------------- Kevin Jones. | Hewlett Packard Ltd, | Computer Peripherals Bristol, kev%hpcpbla@hplb.hpl.hp.com | Filton Road, | Stoke Gifford, Tel: 011 44 272 799910 (ext 22351) | Bristol. BS12 6QZ. | ENGLAND. ----------------------------------------------------------------- This response does not represent the official position of, or statement by, the Hewlett-Packard Company. The above data is provided for informational purposes only. It is supplied without warranty of any kind.