Search found 4 matches

by sicksand
Tue Oct 04, 2005 11:48 am
Forum: PSP Development
Topic: PSP Flower 1.0
Replies: 37
Views: 22583

nice one.
by sicksand
Thu Jul 14, 2005 4:44 pm
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 56998

still i having the same error. i have alter and put toolchain to a folder without a space.
by sicksand
Thu Jul 14, 2005 11:30 am
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 56998

here is my Makefile TARGET = project OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall -I"C:\Program Files\PSPDev\psp\sdk\include\" CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LDFLAGS = EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_...
by sicksand
Wed Jul 13, 2005 4:32 pm
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 56998

i have no problem in setup the environment in dev cpp. but i have encountered error when compiling it. the output of error are. C:\Dev-Cpp\project\Makefile [Build Error] No rule to make target `main.o', needed by `project.elf'. Stop. details : my project.dev file is in Dev-Cp...