Problem installation CYGWIN, Toolchain and SDK

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
iotaro
Posts: 4
Joined: Mon Aug 01, 2005 8:59 pm

Problem installation CYGWIN, Toolchain and SDK

Post by iotaro »

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?
sexdwarf
Posts: 34
Joined: Thu Jul 14, 2005 12:07 am

Re: Problem installation CYGWIN, Toolchain and SDK

Post by sexdwarf »

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...
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Re: Problem installation CYGWIN, Toolchain and SDK

Post by Agoln »

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!
iotaro
Posts: 4
Joined: Mon Aug 01, 2005 8:59 pm

Post by iotaro »

Thx with make goes well.
Post Reply