Looking for 16-bit x86 compiler

后端 未结 10 962
春和景丽
春和景丽 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条回答
  •  时光取名叫无心
    2020-11-29 06:56

    This google search shows a series of links for setting gcc up as a cross compiler. To get it to target something other than a standard ELF binary you can frig the output. This link discusses excluding the standard libraries and customising the output format. You may have to do some fiddling to get it to work.

    As an alternative openwatcom.org has an open-source version of the Watcom C compiler, which might also be able to do what you want.

提交回复
热议问题