| View previous topic :: View next topic |
| Author |
Message |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Sat Jul 09, 2005 11:30 am Post subject: SDKTest and the latest toolchain |
|
|
| Code: | psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -c -o main.o main.c
main.c: In function 'dump_threadstatus':
main.c:55: error: 'ThreadStatus' undeclared (first use in this function)
main.c:55: error: (Each undeclared identifier is reported only once
main.c:55: error: for each function it appears in.)
main.c:55: error: parse error before 'status'
main.c:59: error: 'status' undeclared (first use in this function)
main.c: In function 'main':
main.c:93: error: 'g_elf_name' undeclared (first use in this function)
make: *** [main.o] Error 1 |
I get that when I try to make the sdktest code. I am using the 07/05/2005 toolchain and the latest SDK. Any ideas? I am using Cygwin. |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Sun Jul 10, 2005 10:01 am Post subject: |
|
|
I got that too. I reverted back to the 1.0 beta .zip distro. Perhaps the svn is inconsistent right now (or 24 hours ago)?
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sun Jul 10, 2005 10:14 pm Post subject: |
|
|
Sdktest is no longer in the samples (in the SVN repository that is). Those errors were fixed up and the sdktest example is now actually the threadstatus example.
The sdk is currently getting a type overhaul to make it more consistent (and correct) so using the svn version you might see things break, that is the way of things unfortunately. |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Tue Jul 12, 2005 12:07 am Post subject: |
|
|
Fair comment, PSPSDK is under fervent development at the moment.
But where does one discover what happened to 'g_elf_name' for instance?
Am I being dense?
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
|
| Back to top |
|
 |
|