Search found 10 matches

by daxtsu
Fri Aug 08, 2008 12:36 pm
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

Well for whatever reason, that compiler the other guy posted was pumping out bad eboots, so I put together a Linux VM for myself with the toolchain installed and it runs now. So I'm happy.
by daxtsu
Thu Aug 07, 2008 10:19 am
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

Anyone else? Should I post the compiled Eboot for you all to test? :S

http://www.mediafire.com/?njqxeji3ztl Source + binaries
by daxtsu
Tue Aug 05, 2008 9:57 am
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

I haven't used PSPLink any this whole time, just fyi. :P
by daxtsu
Mon Aug 04, 2008 2:12 pm
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

I already have that in my makefile, do I need to run the PRX or something instead? :S BUILD_PRX = 1 PSP_FW_VERSION = 390 TARGET = template OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LDFLAGS...
by daxtsu
Mon Aug 04, 2008 10:13 am
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

This just doesn't seem to want to work for me ~_~ /* * PSP Software Development Kit - http://www.pspdev.org * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * main.c - Basic ELF template * * ...
by daxtsu
Mon Aug 04, 2008 9:05 am
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

Here's what I'm trying to execute on my Slim, and am on Firmware 3.90 M33-3: /* * PSP Software Development Kit - http://www.pspdev.org * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * main....
by daxtsu
Sun Aug 03, 2008 5:21 pm
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

Now I'm having another problem. I compiled the hello world sample(elf_template), and I don't see any text on the screen; it's just black. I'm using the above poster's already compiled SDK. I had a similar problem when I was downgrading my psp from OFW as well. Could the two be linked?
by daxtsu
Sat Aug 02, 2008 3:23 pm
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

Any other ideas as to why the toolchain won't compile? Everything else is set correctly according to the tutorial. :(
by daxtsu
Sat Aug 02, 2008 2:43 pm
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

I used Macports to install everything but autogen: daxs-macbook-pro-15:~ dax$ sudo port install autogen Password: ---> Building autogen with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macport...
by daxtsu
Sat Aug 02, 2008 12:11 pm
Forum: PSP Development
Topic: Can't compile psp toolchain on OSX.
Replies: 20
Views: 5911

Can't compile psp toolchain on OSX.

I'm on a Macbook Pro 1,1(1.83Ghz core duo, 2gb ram, 80gb hdd) running Leopard 10.5.4. When I run the toolchain.sh file, it won't compile the toolchain, giving an error: checking whether the C compiler (gcc -g -O2 ) works... no configure: error: installation or configu...