I've been working on getting my PSP Development Environment setup on Windows XP SP2 for the last 30 hours or so. First I went through cygwin and the psptoolchain with nothing but issues regarding multiple files of which I had to re-make in order to get them to work properly. Not sure if this was a bad download, from the main site, or if something wasn't installed correctly.
With that out of the way, I decided to quit cygwin and just try out MinPSPW. Everything seemed to work fine, It was all installed correctly according to the version test in DOS.
So I checked their main website on how to install and compile a simple "Hello World" EBOOT and found this.
http://www.jetcube.eu/archives/2008/02/entry_74.html
Now, I have followed this guide thoroughly, yet I seem to keep getting this same issue whenever I try to compile the EBOOT.
Code: Select all
------ Build started: Project: elf_template, Configuration: Debug Win32 ------
Performing Makefile project actions
C:\pspsdk\bin\make: *** No targets specified and no makefile found. Stop.
Build log was saved at "file://c:\pspsdk\psp\sdk\samples\templates\elf_template\Debug\BuildLog.htm"
elf_template - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
If you could help, I would very much appreciate it (and please, don't say something like "switch to eclipse" :P).