I have a new problem, i can't compille my source.
I used this makefile
makefile:
Code: Select all
TARGET = hello
OBJS = main.o
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = Hello World
PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
make: psp-config: Kommando nicht gefunden
makefile:12: /lib/build.mak: No such file or directory
make: *** Keine Regel, um »/lib/build.mak« zu erstellen. Schluss.
What must i chanche in the makefile ??
THX
Builder