Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Hello, today i tried to create a Cygwin cross-compiler following the instructions on GCC Cross-Compiler.
I downloaded binutils and put it in /usr/src/binutils-2.9.1, ran all the cmds on the wiki, but at:
Note: The versioning scheme used is that each fullstop separates a full number, eg. 2.8.0 2.9.0 2.10.0 2.11.0, this may be confusing if you're used to Windows' program's schemes (eg. 1.01 1.02 etc).
PS: And because it does, I changed the wording a bit:
Note: The versioning scheme used is that each fullstop separates a full number, i.e. binutils 2.20.0 is newer than 2.9.0. This may be confusing, if you have not encountered this (quite common) versioning scheme yet, when looking at an alphanumerically sorted list of tarballs: The file at the bottom of the list is not the latest version!
Every good solution is obvious once you've found it.