Search found 5 matches

by Nimue
Sun Oct 26, 2008 5:56 pm
Forum: PSP Development
Topic: Questions on porting SDL apps
Replies: 11
Views: 3724

Onii wrote:I think you need -lSDL_main.
Couldn't seem to find it.
by Nimue
Sun Oct 26, 2008 3:12 pm
Forum: PSP Development
Topic: Questions on porting SDL apps
Replies: 11
Views: 3724

AH!! It's a C++ project! No wonder -lc wasn't working. :) I wish people would specify C/C++ when asking about problems. Us devs know there's a difference, and it's so fundamental, we might not ask. It would be like asking "well, are you using a computer?" :D Eh... I know well enough that ...
by Nimue
Sat Oct 25, 2008 1:21 am
Forum: PSP Development
Topic: Questions on porting SDL apps
Replies: 11
Views: 3724

-lc Still no luck and the same error. Even copying and pasting the LIBS section (and then taking out the parts I don't have support for that shouldn't matter [tiff, irkeyboard, etc]) you supplied doesn't seem to help any. Download the file I supplied and then change the following things: add #inclu...
by Nimue
Fri Oct 24, 2008 11:30 am
Forum: PSP Development
Topic: Questions on porting SDL apps
Replies: 11
Views: 3724

Well with string.h included I am still having the memcpy error. I have actually been getting this on one or two other things I've tried to port. Any suggestions?
by Nimue
Sun Oct 19, 2008 5:08 pm
Forum: PSP Development
Topic: Questions on porting SDL apps
Replies: 11
Views: 3724

Questions on porting SDL apps

I found the one guide to porting SDL apps using rRootage as an example, however I would like any others available. With some simple ones I've received and attempted to port I've had... Issues. If possible I'd like a general tutorial on writing or modifying the Makefile for porting SDL apps. Impossib...