CYGWIN wont let me make the program :@

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

Moderators: cheriff, TyRaNiD

Post Reply
colourcode
Posts: 19
Joined: Mon Jun 08, 2009 10:38 pm

CYGWIN wont let me make the program :@

Post by colourcode »

Trying to make a program and when type make it doesnt work, i have the makefile and the source code and i get this

$make
make: psp-config:command not found
Makefile:12: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build. mak' . Stop.




Is there a better way to compile my source code into Eboots without CYGWIN?

Thanks for your time- COLOURCODE
PSP Coding total n00b Please Help!!!!!!!!
Marach
Posts: 31
Joined: Sun May 24, 2009 7:16 pm

Post by Marach »

You didn't put PSPSDK environment variable into cygwin script.
I know you don't understand that xD, just look for these words in tutorial you are using.

EDIT: You don't compile into EBOOTs. You compile to .o, what gets linked to .elf, what gets packed into EBOOT.
Why my REAL email adress has been BANNED???
marach5 (at) gmail (dot) com ???
colourcode
Posts: 19
Joined: Mon Jun 08, 2009 10:38 pm

Post by colourcode »

Many thanks for that marach, i have fucked cygwin now anyway and are going to use the pspdev for windows :D by x whatever his name is :D

Have you made any psp apps?
PSP Coding total n00b Please Help!!!!!!!!
Post Reply