Making The GCC Cross-Compiler

Programming, for all ages and all languages.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: Making The GCC Cross-Compiler

Post 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.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
TorakTu
Posts: 17
Joined: Tue Apr 16, 2013 7:47 pm

Re: Making The GCC Cross-Compiler

Post 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.
Post Reply