Search found 27 matches

by JohnVID
Sat Jul 09, 2005 6:13 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

I gotta get some sleep now...
Have to get really early up in the morning...
But I really apreciate all your help...
by JohnVID
Sat Jul 09, 2005 6:04 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

You said it was an undefined reference to.... what was the undefined reference??? C:\PSPDev\psp\sdk\lib" -O2 -G0 -Wall -lpspdebug -lpspkernel -o out hellopsp.o pg .o pg.o: In function `pgWaitVn': pg.c:(.text+0x30): undefined reference to `sceDisplayWaitVblankStart' pg.o: In function `pgWaitV':...
by JohnVID
Sat Jul 09, 2005 6:00 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Tried many things like: C:\PSPDev\psp\sdk\samples\hellopsp>psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -L"C:\PSPDev\psp\sdk\lib" -O2 -G0 -Wall -lpspdebug -lpspkernel -o out hellopsp.o pg.o and: C:\PSPDev\psp\sdk\samples\hellopsp>psp-gcc -I. -I"C...
by JohnVID
Sat Jul 09, 2005 5:30 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Hate to say this; but this is what I get with the brand new commands: C:\PSPDev\psp\sdk\samples\hellopsp>psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -c hellopsp.c C:\PSPDev\psp\sdk\samples\hellopsp>psp-gcc -I. -I"C:\PSPDev\psp\sdk\include&qu...
by JohnVID
Sat Jul 09, 2005 5:20 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

You are not linking the correct libraries. The second command should like a few libraries with it. (see below). Also, you are not including: PSP_MODULE_INFO("[insert title here]", 0, 1, 1); in your program at all I bet, which is required. One last thing is that I'm not sure what the SDK s...
by JohnVID
Sat Jul 09, 2005 5:06 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

hmm it seems that the data.psp is somehow corrupted...
The EBOOT.PBP contained a icon0.png, param.sfo and a data.psp...
But after I made it ready for 1.50 is hangs and turns itself off...

I'm not gonna stalk you anymore; tnx for all the help...
by JohnVID
Sat Jul 09, 2005 4:59 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

I got somethin'
I needed to do "elf2pbp hellopsp.o"

Gonne check if it works...
by JohnVID
Sat Jul 09, 2005 4:54 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

This is what I get: C:\PSPDev\psp\sdk\samples\hellopsp>psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -c hellopsp.c C:\PSPDev\psp\sdk\samples\hellopsp>psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -o out hellopsp.o /cygdrive/c/PS...
by JohnVID
Sat Jul 09, 2005 4:45 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Agoln wrote:when you entered those into the command line, did you do a -o2 or -O2?

(everthing is CaSe SeNsItIve).
a "o"
I understand that everything is case sensitive...

I'll check again...
by JohnVID
Sat Jul 09, 2005 4:01 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Agoln wrote:do you at least have a file called 'out' in that directory?
Nope but I do see a new file called "2"
by JohnVID
Sat Jul 09, 2005 3:53 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Agoln wrote:now do

elf2pbp out
Again I get "error opening out"
by JohnVID
Sat Jul 09, 2005 3:05 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

then try just copying and pasting the psp-gcc commands right into the cmd box. I tried these: psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -c hellopsp.c psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -o out hellopsp.o They give no error nor an...
by JohnVID
Sat Jul 09, 2005 2:49 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Well, then I have one last idea. rename the Makefile to something like Makefile.backup. Make a new file and name it Makefile. In the new Makefile, enter this: all: psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -c hellopsp.c psp-gcc -I. -I"C:\PSPDev\p...
by JohnVID
Sat Jul 09, 2005 2:45 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Well, then I have one last idea. rename the Makefile to something like Makefile.backup. Make a new file and name it Makefile. In the new Makefile, enter this: all: psp-gcc -I. -I"C:\PSPDev\psp\sdk\include" -O2 -G0 -Wall -c hellopsp.c psp-gcc -I. -I"C:\PSPDev\p...
by JohnVID
Sat Jul 09, 2005 2:25 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

I see your problem... you did: What I do in exact order is: 1. run "cmd" 2. change dir to c:\pspdev 3. execute "start.bat" 4. change dir to "c:\pspdev\psp\sdk\samples\hellopsp" 5. type in "make" and push the enter But, in cable16, it says to do: Compiling the...
by JohnVID
Sat Jul 09, 2005 2:16 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Agoln wrote:If you open cmd, and you just type "psp-gcc" do you get a "no input file" error, or a "command not found" error?
I get a "PSP-gcc: No input files" error
by JohnVID
Sat Jul 09, 2005 1:50 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

So everyone is out of ideas?
by JohnVID
Sat Jul 09, 2005 1:30 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Isn't there a cygwin icon you should be double-clicking on instead of running cmd? I got cygwin installed but I'm not using it because Cable16 did not refer to it: Compiling the sdktest example ---------- 1. open C:\PSPDev\psp\sdk\samples\sdktest\Makefile, and remove the " PSPSDK=$(shell psp-c...
by JohnVID
Sat Jul 09, 2005 1:19 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

make: psp-gcc: Command not found I reiterate that it is a path problem. Are you running start.bat? What I do in exact order is: 1. run "cmd" 2. change dir to c:\pspdev 3. execute "start.bat" 4. change dir to "c:\pspdev\psp\sdk\samples\hellopsp" 5. type in "make&qu...
by JohnVID
Sat Jul 09, 2005 1:11 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Agoln wrote:If you browse out to c:\pspdev\bin, is there a psp-gcc file there?
Yess there is:
psp-gcc-4.0.0
psp-gcc.exe
psp-gccbug
by JohnVID
Sat Jul 09, 2005 1:06 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

I tried changing the start.bat into this: set path=%path%;c:\PSPDev\bin set PSPSDK=C:/PSPDev/psp/sdk cmd Instead of this: set path=%path%;c:\PSPDev\bin set PSPSDK=C:\PSPDev\psp\sdk cmd Now the error code is: C:\PSPdev\psp\sdk\samples\hellopsp>make psp-gcc -I. ...
by JohnVID
Sat Jul 09, 2005 12:53 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

This is my Start.bat: set path=%path%;c:\PSPDev\bin set PSPSDK=C:\PSPDev\psp\sdk cmd And my makefile: TARGET = hellopsp OBJS = hellopsp.o pg.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = L...
by JohnVID
Sat Jul 09, 2005 12:50 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

right-click on my computer, go to properties. Go to the advanded tab and click on "enviroment variables". if you see an entry called PSPSDK anywhere, change that so that it uses /'s instead of \'s. If you do not see it, add it, but just use /'s instead of \'s. Tnx but that doesn't seems t...
by JohnVID
Sat Jul 09, 2005 12:14 am
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

I can't change the "/" or "\" It's all been executed by a file called make.exe :( Anyone knows the solution? Or how can I manually run the command?? C:\PSPdev\psp\sdk\samples\hellopsp>psp-gcc -I. -IC:\PSPDev\psp\sdk\include -O2 -G0 -Wall -c -o hellopsp.o hellopsp....
by JohnVID
Fri Jul 08, 2005 11:55 pm
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

This is my makefile file: TARGET = hellopsp OBJS = hellopsp.o pg.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LDFLAGS = EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Hello World PSP Test include $(...
by JohnVID
Fri Jul 08, 2005 11:47 pm
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

Re: psp-gcc Command not found??

psp-gcc -I. -IC:\PSPDev\psp\sdk/include -O2 -G0 -Wall -c -o hellopsp.o hellopsp.c You have a few slashes the wrong way. Try: -I"C:\PSPDev\psp\sdk\include" but not \sdk/include. (and make sure you use the quotes past the -I) *edit* and make sure that you have it: -c hellopsp.c after you do...
by JohnVID
Fri Jul 08, 2005 11:35 pm
Forum: PSP Development
Topic: psp-gcc Command not found??
Replies: 49
Views: 12242

psp-gcc Command not found??

I used Cable16s Walkthrough http://forums.ps2dev.org/viewtopic.php?t=2422&highlight=compile+psp+windows&sid=b392eb5b8f6402791bd86a89b9d2b4c4 But stumbled on the next error: psp-gcc -I. -IC:\PSPDev\psp\sdk/include -O2 -G0 -Wall -c -o hellopsp.o hellopsp.c make: psp-gcc: Command not found make...