| View previous topic :: View next topic |
| Author |
Message |
colourcode
Joined: 08 Jun 2009 Posts: 19
|
Posted: Tue Jun 09, 2009 1:56 am Post subject: CYGWIN wont let me make the program :@ |
|
|
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!!!!!!!! |
|
| Back to top |
|
 |
Marach
Joined: 24 May 2009 Posts: 31
|
Posted: Tue Jun 09, 2009 2:54 am Post subject: |
|
|
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 ??? |
|
| Back to top |
|
 |
colourcode
Joined: 08 Jun 2009 Posts: 19
|
Posted: Tue Jun 09, 2009 3:19 am Post subject: |
|
|
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!!!!!!!! |
|
| Back to top |
|
 |
|