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
CYGWIN wont let me make the program :@
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
CYGWIN wont let me make the program :@
PSP Coding total n00b Please Help!!!!!!!!
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.
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 ???
marach5 (at) gmail (dot) com ???
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm