I just tried to recompile XenoFlash from the Xeno Source. As I expected: it did not work

It says I need crt0.o...
Code: Select all
D:\devkitcube\XenoFlash>make
make: *** No rule to make target `/crt0.o', needed by `bin/xenoflash_tmp.elf'.
Stop.
Any ideas?
___ EDIT ___
I found this here: http://www.torlus.com/index.php?Gamecube
There it says that I have to use the parameter -msoft-float but i'm not sure where...
I wrote in the MAKEFILE
Code: Select all
CC = $(CROSS)gcc -msoft-float