C cross-compilers for micros - (nf)

utzoo!decvax!harpo!floyd!cmcl2!tihor utzoo!decvax!harpo!floyd!cmcl2!tihor
Thu Dec 23 00:11:23 AEST 1982


#R:fluke:-61900:cmcl2:15400001:000:860
cmcl2!tihor    Dec 22 00:41:00 1982

Ideally you would like a setup such as the one Whitesmiths designed with 
one multipass C compiler and several asm phases one per machine.  At this
point you have only the cost of recoding some small set of high performance
or kernal flavored library functions, a standard assembler or assembler
front end, and, if desired, object level tools like asmopt and adb.

There is none the less that cost in adding another C system to your list,
although if the numbers seem to grow fast enough then you ought to be
able to afford source licenses for all the necessary pieces from whomever.
By using a common middle ground (the common intermediary code) you
reduce a N * M problem to a N + M problem.  If there are enough machines
and chips involved then it certainly makes more sense to hire a compiler/
assembler writer rather than a lawyer to take care of it all.




More information about the Comp.lang.c mailing list