Search found 3 matches

by mgschwan
Tue May 01, 2007 7:45 pm
Forum: PSP Development
Topic: can't solve "conflicting types Problem" [SOLVED (s
Replies: 3
Views: 1997

Well i solved this Problem but i'm not really sure why i solved it. I deleted the pspdev directory and installed it completely from scratch again (but now into my home directory and not into /usr/local) and i used the -a option with the toolchain command. Now everything works without an error. Mike
by mgschwan
Tue Apr 17, 2007 5:46 pm
Forum: PSP Development
Topic: can't solve "conflicting types Problem" [SOLVED (s
Replies: 3
Views: 1997

Ok here is the Makefile (i used the sample Makefile provided with the lines.c) TARGET = lines OBJS = lines.o ../common/callbacks.o ../common/vram.o PSPSDK=$(shell psp-config --pspsdk-path) INCDIR = CFLAGS = -v -G0 -Wall -O2 CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rt...
by mgschwan
Tue Apr 17, 2007 4:53 am
Forum: PSP Development
Topic: can't solve "conflicting types Problem" [SOLVED (s
Replies: 3
Views: 1997

can't solve "conflicting types Problem" [SOLVED (s

Hello i have been searching around in the forums for quite a while but i can not find a solution to my problem. I even can't find someone who had the exact same problem. i am running gentoo linux and installed the psp toolchain (by first downloading it, updating it via svn and then compiling and ins...