This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ld problems on win32
I guess that kinda makes sense. I thought the pre-linked object files were
generic, and in no specific format, which could be linked into any other
format. Hence my confusion with the problem.
My take on the process was:
gcc calls cpp,
whose processed ouput goes to gpp,
whost assembly output goes to as,
which produces the object file for a specific processor.
So, what do I need to find to get my cross compiler, as my ld does support
elf32-i386.
ld: supported targets: pe-i386 pei-i386 elf32-i386 elf32-little elf32-big
srec symbolsrec tekhex binary ihex
ld: supported emulations: i386pe
Not too sure what this linker emulation thing is though, (I couldn't find
any beginner-level info sources).
- Thanks for the info!