Compiling Problems using make

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

Moderators: cheriff, TyRaNiD

Post Reply
Sirwhizz
Posts: 16
Joined: Wed Jun 08, 2005 4:12 am
Location: Melbourne, FL

Compiling Problems using make

Post by Sirwhizz »

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,
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 :)
Post Reply