Sect0r wrote:I'm using Cygwin and installed binutils with the package selection thing, i just need to build it.
The binutils you install via your platform's package manager -- no matter whether that's Cygwin, Windows, Linux or something else -- is a ready-built package of binutils
binaries that are targeted
for your platform. That is fine if you want to use the binutils to handle binaries
for your platform. For building your "My Own OS" compiler, they are not necessary.
If you want to
build your
own binutils, targeting your
own "My Own OS" platform, you start with the
sources for binutils, which you can (and should!) download
directly from the GNU.org FTP server.
The "binutils-x.y.z" directory mentioned in the Wiki How-To is
the directory where those sources are located.