[Simh] Simh Digest, Vol 104, Issue 20

Serge Vakulenko serge at vak.ru
Thu Jul 19 18:26:31 EDT 2012


Hello,

> From: Jordi Guillaumes i Pons <jg at jordi.guillaumes.name>
>
> I'm looking for a PDP-11 cross-assembler executable under linux/unix. I
> tried to generate a pdp11 target for gnu gas, but although the assembler
> seems to work, the linker does not understand the resulting object and
> aborts.
>
> My "need" (to speak about "needing" something in a hobbyist environment
> is always relative) is to be able to generate binary/absolute PDP11
> machine code to be directly loaded in the simh simulator via the "load"
> command. A C cross-compiler would also be nice to have, but at this
> moment I'm focused in assembly code.
>
> Do you know about the existance of such a beast?

You can use a cross-compiler toolchain from BKUNIX project:
http://bkunix.svn.sourceforge.net/viewvc/bkunix/trunk/cross-devel/

It includes:
  as - AT&T assembler
  ccom - Ritchie's C compiler
  mip, pcc - Johnson's portable C compiler
  cpp - C preprocessor
  c2 - optimizer for assembler output of C compilers
  cc - compiler front ends "cc" and "pcc"
  ld - linker, archiver, disassembler, and other a.out utilities
  crt - run time library for long and unsigned arithmetic
___
Regards,
Serge Vakulenko



More information about the Simh mailing list