Page 3 of 3
Re: Making The GCC Cross-Compiler
Posted: Wed Apr 17, 2013 11:27 am
by Mikemk
TorakTu wrote:If you try to get the MinGW LD linker to work under windows 7 x64, you'll need to use objcopy to strip it down to BIN
On Win8x64, even ld works from windows command line, though gcc still requires msys.
Re: Making The GCC Cross-Compiler
Posted: Wed Apr 17, 2013 1:54 pm
by TorakTu
m12 wrote:TorakTu wrote:If you try to get the MinGW LD linker to work under windows 7 x64, you'll need to use objcopy to strip it down to BIN
On Win8x64, even ld works from windows command line, though gcc still requires msys.
Good to know. Thank you. Not a windows 8 fan. but still good info to know.