Search found 4 matches
- Thu Nov 20, 2008 1:01 am
- Forum: PSP Development
- Topic: Toolchain compilation: gettimeofday problem
- Replies: 12
- Views: 5905
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 ...
- Thu Nov 20, 2008 12:20 am
- Forum: PSP Development
- Topic: Toolchain compilation: gettimeofday problem
- Replies: 12
- Views: 5905
- Tue Nov 18, 2008 8:05 pm
- Forum: PSP Development
- Topic: Toolchain compilation: gettimeofday problem
- Replies: 12
- Views: 5905
- Tue Nov 18, 2008 11:10 am
- Forum: PSP Development
- Topic: Toolchain compilation: gettimeofday problem
- Replies: 12
- Views: 5905
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/...