|
From: Aaron W. L. <aar...@aa...> - 2004-11-17 17:29:35
|
Markus Wenke wrote: > I made a mingw-hosted i386-elf-targeted linker, and it must link some > object-files, which are made with emxaout. > $ >file linux/debug/test.o > linux/debug/test.o: 386 executable not stripped Try using the same target triplet that your Linux linker uses, such as --target=i386-pc-linux-gnu. Aaron W. LaFramboise |