Page 1 of 1

Error compiling okiwi

Posted: Mon Sep 08, 2008 8:12 pm
by kuzco
I have a problem compiling okiwi..
Tried both linux and windows devkitARMs
The error i get is:

Code: Select all

/opt/devkitpro/devkitARM/lib/gcc/arm-eabi/4.3.0/../../../../arm-eabi/bin/ld: cannot find -ldebugstub9
collect2: ld returned 1 exit status
Looked through and there is not even one result for the word ldebugstub9 in google..
Anyone ever heard of this?

Edit: soz people won't be here the next few days..
Try to help if you can tho
Thank you

Re: Error compiling okiwi

Posted: Tue Sep 09, 2008 2:00 pm
by dopefish
I'm not familiar with it myself, but the library it's complaining about seems to be here:
http://masscat.afraid.org/ninds/debug_stub.php

Re: Error compiling okiwi

Posted: Thu Sep 11, 2008 1:29 am
by WinterMute
Just remove it from the libs list, it's not the sort of thing that should be there in release code anyway. You can just comment out anything that needs that lib to link.