The steps.txt file tells us:
Build cc_x86 using M0 and hex2
==============================
cc_x86 is a C compiler written in M0 macro assembly. Lets break down the whole
build process etc. etc.
But - it's not a full-fledged C99 compiler, right? Otherwise, we could have used it to build GCC 4.6. It only accepts a subset of C. What is that subset? Can you add a link to the documentation, to steps.txt and/or elsewhere?
The steps.txt file tells us:
But - it's not a full-fledged C99 compiler, right? Otherwise, we could have used it to build GCC 4.6. It only accepts a subset of C. What is that subset? Can you add a link to the documentation, to
steps.txtand/or elsewhere?