Search found 2 matches
- Sun Jul 10, 2005 5:06 pm
- Forum: PSP Development
- Topic: Undeclared Error
- Replies: 17
- Views: 6320
- Sat Jul 09, 2005 5:56 pm
- Forum: PSP Development
- Topic: Undeclared Error
- Replies: 17
- Views: 6320
Undeclared Error
When I try to compile /samples/controller/basic/main.c This is the o/p I get... $ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -02 -G0 -Wall -c -o main.o main.c main.c: In function 'main': main.c:69: error: 'SceCtrlData' undeclared (first use in this function) main.c:69: error: (Each undecla...