Search found 5 matches

by topa
Wed Feb 08, 2006 11:07 pm
Forum: PSP Development
Topic: KXploit on Linux
Replies: 10
Views: 3101

Dr. Vegetable wrote:Make sure there is no whitespace at the end of any of the lines in your makefile. I've seen some buggy behavior from make when trailing whitespace is present. This could be your problem here.
re-checked the makefile, no trailing whitespace.
Still having to boot into Linux for Kxploit(sucks)
by topa
Wed Feb 08, 2006 3:45 am
Forum: PSP Development
Topic: KXploit on Linux
Replies: 10
Views: 3101

This is my Makefile TARGET = test OBJS = test.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LDFLAGS = EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Prog Test PSPSDK=$(shell psp-config --pspsdk-path&...
by topa
Wed Feb 08, 2006 3:24 am
Forum: PSP Development
Topic: KXploit on Linux
Replies: 10
Views: 3101

When you build your homebrew, there is a target named kxploit, which creates the directories for you (and it also support adding custom icons etc.). So if you e.g. make the samples/gu/cube sample you just use gmake -f Makefile.sample kxploit instead of gmake -f Makefile.sample OK. Got it. Now I'm f...
by topa
Wed Feb 08, 2006 3:12 am
Forum: PSP Development
Topic: KXploit on Linux
Replies: 10
Views: 3101

[quote="sandberg"]This is already supported.

Code: Select all

gmake kxploit
Pardon me, but I didn't quite get that.
Is kxploit source available for it to be compiled in linux ?
by topa
Wed Feb 08, 2006 1:56 am
Forum: PSP Development
Topic: KXploit on Linux
Replies: 10
Views: 3101

KXploit on Linux

Hi all, First off, thanks a million to ps2dev.org for the awesome sdk for the PSP. I've got the toolchain and got it compiled in Linux and am able to generate EBOOT's which work the PSP(v1.5). However I have a small problem, each time I create a EBOOT I have to reboot to windows and use KXploit to g...