Sirwhizz
Joined: 08 Jun 2005 Posts: 16 Location: Melbourne, FL
|
Posted: Tue Jul 05, 2005 11:30 pm Post subject: Compiling Problems using make |
|
|
I installed everything and I got SDKTEST to compile using the make file. I converted my program called PSP Button Test. The progam compiles fine when using the psptoolchain before PSPSDK came out, but whats is weird is that SDKTEST compiles but I get this error,
| Quote: | | make: *** No rule to make target 'main.o', needed by 'pspbutton.elf . Stop. |
when compiling my own code. What am I doing wrong? I have my code in a different directory then SDKTEST. Is that the problem? I am new in using make files, but is it really basic and easy to learn.
EDIT: I am using cygwin
EDIT2: Fixed that problem. I don't know what I did, but I just changed the PSP_MODULE_INFO line in my code and it worked :) |
|