Hi,
I am trying to compile gcc (v2.95.3) to allow me to create code for the gameboy advance. I have to compile it with the target as either arm-elf or thumb-elf. I have some instructions for doing it on linux, but I can't get gcc to compile. It does not like powerpc-apple as the host.
Has...