I gotta get some sleep now...
Have to get really early up in the morning...
But I really apreciate all your help...
Search found 27 matches
- Sat Jul 09, 2005 6:13 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 6:04 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 6:00 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 5:30 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 5:20 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 5:06 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 4:59 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 4:54 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 4:45 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 4:01 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 3:53 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 3:05 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 2:49 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 2:45 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 2:25 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 2:16 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 1:50 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 1:30 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 1:19 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 1:11 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 1:06 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 12:53 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 12:50 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Sat Jul 09, 2005 12:14 am
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Fri Jul 08, 2005 11:55 pm
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
- Fri Jul 08, 2005 11:47 pm
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
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...
- Fri Jul 08, 2005 11:35 pm
- Forum: PSP Development
- Topic: psp-gcc Command not found??
- Replies: 49
- Views: 12730
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...