Search found 4 matches

by Aya
Thu Nov 20, 2008 1:01 am
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 5327

Look at the function prototype in libcglue.c and time.h! If the functions is different the name have to be different, in this case try to change to function name! But maybe can be the same functions with different prototypes, get the correct prototype and correct it! I know what the problem is and ...
by Aya
Thu Nov 20, 2008 12:20 am
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 5327

Does noone have any idea? :(
by Aya
Tue Nov 18, 2008 8:05 pm
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 5327

See this: http://forums.ps2dev.org/viewtopic.php?t=11249 I've read this already, but it didn't helped me .. I have the newest svn-code, so this is already done: //int _EXFUN(gettimeofday, (struct timeval *__p, void *__tz)); int _EXFUN(gettimeofday, (s...
by Aya
Tue Nov 18, 2008 11:10 am
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 5327

Toolchain compilation: gettimeofday problem

Hi, I tried to compile the toolchain and after about 10-20mins of compiling I got this error: ./src/user -I../../src/debug -g -O2 -G0 -Wall -DF_glue_gettimeofday libcglue.c -c -o glue_gettimeofday.o libcglue.c:46: error: conflicting types for 'gettimeofday' /usr/local/pspdev/...