Page 1 of 1

devkitPPC: no rule to make target *.s

Posted: Sun Mar 02, 2008 5:27 pm
by Tybor
I'm using r14 on WinXP.

When compiling the examples for gamecube there is the error "no rule to make target .." with
project texturetest.

Altough the makefiles seems correct to me you have to comment either line:
#sFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.S)))

Afterwards the project is compiled without errors.

gr33tz,
Tybor

Re: devkitPPC: no rule to make target *.s

Posted: Tue Mar 18, 2008 3:38 am
by WinterMute
Oops, looks like I missed that in the final check of libogc examples before the release. I'll correct this soon and hopefully run a new release of the examples fairly soon when I add some extra sample code.