Hi Nieko, thanks for answer...
I commented out the BUILD_PRX=1. EBOOT is generated, but I got the "corrupted data" icon on my XMB.
Then I created the two kxploit directories with
make kxploit
command. No luck! Two "corrupted data" icons this time...
:confused:
alberto@linux:~/src/mapthis/src> psp-gcc --version
psp-gcc (GCC) 4.1.0 (PSPDEV 20060507)
PSPsdk version is too old???
Please, help a PSP developer padawan :(
Makefile is hereafter:
TARGET = mView
PSPSDK=$(shell psp-config --pspsdk-path)
PSPBIN = $(PSPSDK)/../bin
PSP_EBOOT_PIC1 = PIC1.png
################################################## #################
#PSP-290/USB versionSPECIFIC DEFINITIONS::uncomment the lines below
################################################## #################
#BUILD_PRX = 1
#CFLAGS = -O0 -G0 -Wall -g -DDANZEFF_SCEGU -DNDEBUG
#LDFLAGS = -mno-crt0 -nostartfiles
#LIBS = -lpspdebug -lpsprtc -lpspgum -lpspgu -lpsppower -lpspusb -lpng -lz -ljpeg -lm -lc -lpspwlan -lmad -lpspaudiolib -lpspaudio -g
#PSP_EBOOT_ICON = ICON00.png
################################################## #################
#HOLUX GPSlim236+ version DEFINITIONS::uncomment the lines below
################################################## #################
CFLAGS = -O2 -G0 -Wall -g -DDANZEFF_SCEGU -DNDEBUG -DGENERIC
LIBS = -lpspdebug -lpsphprm_driver -lpsprtc -lpspvfpu -lpspgum -lpsppower -lpng -lz -ljpeg -lm -lpspwlan -lmad -lpspaudiolib -lpspaudio -lpspgu
PSP_EBOOT_ICON = ICON0.png
OBJS = main.o \
graphics.o \
font.o \
utils.o \
attractions.o \
street.o \
nmeap01.o \
danzeff.o \
NavigateCalculations.o \
sceUsbGps.o \
geo-client.o \
mp3player.o
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = mView
include $(PSPSDK)/lib/build.mak