I'm attempting to create a C kernel initially following this tutorial: http://wiki.osdev.org/Bare_Bones However, my system doesn't have i586-elf-gcc or i586-elf-ld. I'm really not sure where I can find these, or whether they are already on my computer. I have gcc and binutils installed with pacman.
ls /usr/bin/ | grep gcc
Outputs
gcc
gcc-ar
gcc-nm
gcc-ranlib
i686-pc-linux-gnu-gcc
i686-pc-linux-gnu-gcc-4.7.0
i686-pc-linux-gnu-gcc-ar
i686-pc-linux-gnu-gcc-nm
i686-pc-linux-gnu-gcc-ranlib
winegcc
I don't mind compiling if I have to, but would prefer a binary.