XenoFlash recompiling

Find all your GameCube topics here
Post Reply
User avatar
andzlay
Posts: 451
Joined: Thu Jul 08, 2010 12:53 am
Location: Germany

XenoFlash recompiling

Post by andzlay » Sat Mar 05, 2011 7:21 pm

Heyhey

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.
I got Devkitcube and gclib from the news thread...
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
But the same problem...
Post Reply