Name: Anonymous 2009-05-17 22:04
Does anyone know how to compile C to MIPS? I've tried changing the target with gcc but I get this error:
# gcc --target=mips sort.c -o sort.s
cc1: warning: command line option "-ftarget=mips" is valid for Java but not for C
Any ideas?
# gcc --target=mips sort.c -o sort.s
cc1: warning: command line option "-ftarget=mips" is valid for Java but not for C
Any ideas?