level 11
偶爱兰博基尼
楼主
要求装有lex,yacc,m3之类的
编译成默认输出文件是elf的mingw(在windows上使用可执行文件)
(target: elf32-i386 i686-pc-linux)
主要为了ld的输出,该死的mingw默认输出pei-i386想改都改不了(--oformat不管用,而且-Ttext等有毛病)
shell script:http://sourceforge.net/projects/mingw/files/Other/Cross-Hosted%20MinGW%20Build%20Tool/
@lensen1234
2014年10月24日 14点10分
1
编译成默认输出文件是elf的mingw(在windows上使用可执行文件)
(target: elf32-i386 i686-pc-linux)
主要为了ld的输出,该死的mingw默认输出pei-i386想改都改不了(--oformat不管用,而且-Ttext等有毛病)
shell script:http://sourceforge.net/projects/mingw/files/Other/Cross-Hosted%20MinGW%20Build%20Tool/
@lensen1234