devkitPPC: no rule to make target *.s
Posted: Sun Mar 02, 2008 5:27 pm
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
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