This is my config: Windows Home on Notebook with 512 mb ram.
Install CYGWIN with DEVEL and Wget
Install ./toolchain.sh
Copy PATH codes in .bashr.profile
With command psp-gcc -v is all OK
but when makefile for sdktest examples i got this error :
./make: Line 1: Target: Command not found...e
for 16 lines same error :
OBJS, INCDIR, CFLAGS....until INCLUDE.
Anyone can help me?
Problem installation CYGWIN, Toolchain and SDK
Re: Problem installation CYGWIN, Toolchain and SDK
did you install SDL from svn? without having SDL compiled for PSP, it won't be able to include it/compile itiotaro wrote:This is my config: Windows Home on Notebook with 512 mb ram.
Install CYGWIN with DEVEL and Wget
Install ./toolchain.sh
Copy PATH codes in .bashr.profile
With command psp-gcc -v is all OK
but when makefile for sdktest examples i got this error :
./make: Line 1: Target: Command not found...e
for 16 lines same error :
OBJS, INCDIR, CFLAGS....until INCLUDE.
Anyone can help me?
...isn't it nice, sugar and spice...
...luring disco dollies to a life of vice...
...luring disco dollies to a life of vice...
Re: Problem installation CYGWIN, Toolchain and SDK
not './make', just 'make'.iotaro wrote: ./make: Line 1: Target: Command not found...e
'./make' means that it should look in the current directory, doing just 'make' looks in all of the places in $PATH.
Lego of my Ago!