Problem with compiler

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

Moderators: cheriff, TyRaNiD

Post Reply
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Problem with compiler

Post by Ghoti »

Hi folks,

First of all i'm new here and new with PSP programming but not new with game programming so i hope my game programming skills can be of any use with the PSP because i'd love to play own written games. However to write programs you'll first have to get the compiling stuff working. :( i just can't seem to get that to work. I have narrowed the problem down to this problem:
Compilation du projet
make: psp-config: Command not found
makefile:14: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'. Stop.
Effacer les fichiers inutiles
Kan C:\PSPsdk\Projects\Sample\*.o niet vinden
Trouver le bon repertoire
Création du PBP
Er bestaat al een submap of bestand .\SAMPLE%.
Creation du PBP terminée -> filesize : 00015361
Renommer en EBOOT.PBP
Er bestaat al een submap of bestand .\SAMPLE.
Het systeem kan het opgegeven bestand niet vinden.
Druk op een toets om door te gaan. . .

EBOOT.PBP - 0 error(s), 0 warning(s)
Does anybody know by any chance what may be wrong about my setup? (I have installed all the latest programs and i use Visual C++)

greetings
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

where do i put that export path? i use Visual C++. I tried searching a readme in the SDK but i could only find some with a text description over some .c files nothing more.
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

Solved thanks
Post Reply