(I am using a cross compiler with Cygwin on Windows 7 (x64) BTW)
Anyway, I looked at the Dev-C++ article and before I attempted what was listed, I already had some problems..
After I changed some permissions to allow me to access the compiler from the terminal, I attempted to compile a dummy file
which had the following code:
Code: Select all
int main ()
{
return 0;
}
Code: Select all
i586-elf-gcc: error: spawn: No such file or directory