Looking for 16-bit x86 compiler

后端 未结 10 961
春和景丽
春和景丽 2020-11-29 05:52

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

10条回答
  •  -上瘾入骨i
    2020-11-29 06:52

    Your best bet is probably OpenWatcom, which includes a C++ compiler. Back in the early-to-mid 90s, I believe this was the best C/C++ compiler around. It was open-sourced a few years ago.

提交回复
热议问题