I am working on an embedded systems project and have run into an issue of the compiler being programatically embedded in the Paradigm C++ IDE. I would like to be able to aut
Take a look at bcc, which is a 16-bit x86 C compiler. For example, there are also Debian packages for it.