Search found 12 matches

by waza
Fri Jul 29, 2005 12:57 pm
Forum: PSP Development
Topic: Does PSPSDK run on Linux?
Replies: 8
Views: 3244

full cygwin install for the win =)

Waza
by waza
Thu Jul 28, 2005 10:10 pm
Forum: PSP Development
Topic: Dev-C++ With Sdk
Replies: 2
Views: 1591

there is a sticky thread explaining that.

Waza
by waza
Sat Jul 23, 2005 7:31 pm
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 114805

This assumes that the psp toolchain is installed and the path to it is in the cygwin profile.
how do i do that plz ? :)

Waza
by waza
Sat Jul 23, 2005 7:29 pm
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 114805

Tried to setup this hack in my VS.net, got that : Performing Makefile project actions make: psp-config: Command not found Makefile:17: /lib/build.mak: No such file or directory make: *** No rule to make target `/lib/build.mak'. Stop. vsislapsp : error PRJ0002 : error result returned from 'c:\docume~...
by waza
Wed Jul 20, 2005 9:29 am
Forum: PSP Development
Topic: Toolchain Script help....
Replies: 12
Views: 3421

be sure to get everything required with cygwin downloaded. there is a post in here with what u need to get cygwin to work correctly with script.

Waza
by waza
Wed Jul 20, 2005 9:28 am
Forum: PSP Development
Topic: Toolchain Script help....
Replies: 12
Views: 3421

i am using cygwin with no problems

Waza
by waza
Wed Jul 20, 2005 7:33 am
Forum: PSP Development
Topic: Toolchain Script help....
Replies: 12
Views: 3421

have u tried only ./toolchain.sh ?
i think option are here only to install specific stuffs. if u want all just use regular call.

Waza
by waza
Wed Jul 20, 2005 2:45 am
Forum: PSP Development
Topic: Firmware
Replies: 4
Views: 2987

I just bought my PSP, no letter and firmware 1.5. rules worked for me. bt i checked firmware with seller anyway :)

Waza
by waza
Tue Jul 19, 2005 2:09 pm
Forum: PSP Development
Topic: Firmware
Replies: 4
Views: 2987

Thx for the fast answer Agoln :)

Waza
by waza
Tue Jul 19, 2005 1:39 pm
Forum: PSP Development
Topic: Firmware
Replies: 4
Views: 2987

Firmware

Hi all,

I am willing to buy a PSP. Is there a way to know its firmware ?
I would like to buy one with 1.5 firmware to be able to develop on it.

Thx by advance.

Waza
by waza
Tue Jul 19, 2005 6:15 am
Forum: PSP Development
Topic: undefined reference problems
Replies: 1
Views: 1115

-lc -lgcc as first libraries included correct my problems

Waza
by waza
Mon Jul 18, 2005 9:59 am
Forum: PSP Development
Topic: undefined reference problems
Replies: 1
Views: 1115

undefined reference problems

Hi all, my first post here. First thing first, thanks a lot to all contributors of pspsdk. I was willing to convert my games to psp, u guys helping me a lot. ok, here goes my problem. I compiled all sources of my game (no error but lots of warning), but i have LOTS of undefined reference when link o...