CompuServe Messages

C COMPILERS

#: 12980 S9/ProgrammingForum unknown
    28-Mar-86 23:48:24
Sb: #12961-C COMPILERS
Fm: John Mesiavech 75076,1640
To: Charlie Heath 74216,2117

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Have been looking into this prob with the developer's package of Aztec…What seems to be happening is that the Macro Assembler produces different object files than does Aztec's own as assembler. Main differences seem to be within the actual object line specifications. THere is a solution, however: Compile your assembler files with the Aztec as assembler. Mostly what is needed is to change the psuedo-ops to the ones recognized by as (not too hard to do; just tedious). Then compile with as, compile your 'C' modules, then link them with ln. While this is mostly a stopgap (and a pox on Manx for being nonstandard!), it does work, as I have done this to the Epson printer driver source in DL9 wothout too much trouble with the Developer's Version… John * RR 12961