Search found 11 matches

by bcarroll
Sat Jun 07, 2008 5:32 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

problem was with busybox compile... typo in the make cmd line... -W1 and -Wl do very different things. Now I have a new problem.... WARNING: R_MIPS_GPREL32 is not supported ERROR: reloc type R_MIPS_GPREL32 unsupported in this context 218 bad relocs Failed: mipsel-linux-gcc -s...
by bcarroll
Fri Jun 06, 2008 11:19 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

I finally got everything compiled without any errors.... but now I am unable to load the kernel. I saw a previous post from roge (didn't see any follow-ups for this one) about decompressing the kernel.. then the psp shut down. I am having this same issue. Any ideas how to resolve? ---edit--- After: ...
by bcarroll
Tue Jun 03, 2008 6:17 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

Is the PSPSDK required for building the kernel?
I noticed a bunch of errors related to mising pspsdk header files during the kernel compilation.
by bcarroll
Tue Jun 03, 2008 3:31 am
Forum: PSP Development
Topic: Where can I get the PSPSDK from?
Replies: 2
Views: 1164

yep... firewall is the problem.. thanks for the info.
by bcarroll
Tue Jun 03, 2008 1:50 am
Forum: PSP Development
Topic: Where can I get the PSPSDK from?
Replies: 2
Views: 1164

Where can I get the PSPSDK from?

I am unable to get the pspsdk from svn... am i doing somehting wrong?

I have tried:
svn co svn://svn.pspdev.org/psp/trunk/pspsdk
svn co svn://svn.ps2dev.org/psp/trunk/pspsdk

both are timing out...
by bcarroll
Sat May 31, 2008 4:25 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

Anyone have a workaround (or solution) for this issue: root@slackware9:/usr/src/buildroot-20071216/build_mipsel/psposk2# make mipsel-linux-g++ -Wl,-elf2flt -static oskmain.o osk.o oskstates.o osk_psp.o Eng.o EngActive.o Cap.o CapActive.o Num.o NumActive.o -o psposk2 /usr/src/buildroot-20071216/build...
by bcarroll
Wed May 28, 2008 1:25 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

has anyone (Jackson) given any thought to including the buildroot-20071216 source in the download section?
by bcarroll
Fri May 16, 2008 6:02 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

sim,
I cloned your buildroot repository
hg clone http://hg.sequanux.org/buildroot-psp

but all of the files end in .i and are not named correctly (Makefile is _m_a_k_e_f_i_l_e.i)

did I miss a step?
by bcarroll
Thu May 15, 2008 5:57 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

do the other patches need to be renamed or will they be applied with the default file names? - Copy gcc-4.2.1.linuxonpsppatch to $(BUILDROOT)/toolchain/gcc/4.2.1/ - Copy uclibc-0.9.29.linuxonpsppatch to $(BUILDROOT)/toolchain/uClibc/ - Copy elf2flt.linuxonpsppatch to $(BUILDROOT)/toolchain/elf2flt/ ...
by bcarroll
Tue May 13, 2008 10:11 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

thanks SpikeX for the help....

I have gotten a little further with compiling buildroot... but am still getting errors along the way.

any chance of someone putting up a pre-patched buildroot?

this would make building much easier.
by bcarroll
Mon May 12, 2008 1:00 am
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238964

stupid question.. patching buildroot

Can someone please tell me how to "Apply buildroot-20071216.linuxonpsppatch"?

I am trying to follow the instructions in the "Building the MIPS(el) toolchain for uClinux on PSP" document but cannot figure this step out.