[eside-ghost] Re: Re:Programar PSP desde linux

Unai Orbe uorbe001 en gmail.com
Lun Feb 25 19:15:19 CET 2008


Eskerrik!
Ahora tengo un problemilla raro con el Makefile que necesito para compilar,
he intentado poner uno que he econtrado en internet que viene a ser esto:

TARGET = hello
>
OBJS = main.o
>
CFLAGS = -O2 -G0 -Wall
>
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
>
ASFLAGS = $(CFLAGS)
>
EXTRA_TARGETS = EBOOT.PBP
>
PSP_EBOOT_TITLE = HelloWorld
>
PSPSDK=$(shell psp-config –pspsdk-path)
>
include $(PSPSDK)/lib/build.mak
>
Usage: psp-config [opts]


Realmente no entiendo como tiene que ser el Makefile :S. El problema es que
si intento compilar (con make en la misma carpeta en la que estan en
programa main.c y el makefile me da estos errores:

Options:
>
-p, --pspsdk-path       : Print the base directory of PSPSDK
>
-d, --pspdev-path       : Print the base install directory
>
-P, --psp-prefix        : Print the prefix of PSP-hosted software
>
Makefile:9: /lib/build.mak: No such file or directory
>
make: *** No rule to make target `/lib/build.mak'.  Stop.
>

Alguna pista de lo que podria ser o que pinta deberia tener el makefile?
Aguur!
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: https://listas.deusto.es/mailman/private/eside-ghost/attachments/20080225/2b96ee3d/attachment.htm


Más información sobre la lista de distribución eside-ghost