Hello, > From: Jordi Guillaumes i Pons <[email protected]> > > 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 _______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
