| View previous topic :: View next topic |
| Author |
Message |
iotaro
Joined: 01 Aug 2005 Posts: 4
|
Posted: Mon Aug 01, 2005 9:05 pm Post subject: Problem installation CYGWIN, Toolchain and SDK |
|
|
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? |
|
| Back to top |
|
 |
sexdwarf
Joined: 14 Jul 2005 Posts: 34
|
Posted: Tue Aug 02, 2005 12:09 am Post subject: Re: Problem installation CYGWIN, Toolchain and SDK |
|
|
| iotaro 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? |
did you install SDL from svn? without having SDL compiled for PSP, it won't be able to include it/compile it _________________ ...isn't it nice, sugar and spice...
...luring disco dollies to a life of vice... |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Tue Aug 02, 2005 1:35 am Post subject: Re: Problem installation CYGWIN, Toolchain and SDK |
|
|
| iotaro wrote: |
./make: Line 1: Target: Command not found...e
|
not './make', just 'make'.
'./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! |
|
| Back to top |
|
 |
iotaro
Joined: 01 Aug 2005 Posts: 4
|
Posted: Tue Aug 02, 2005 6:10 am Post subject: |
|
|
| Thx with make goes well. |
|
| Back to top |
|
 |
|