Hacking missing lib

  • Thread starter Thread starter Yoshi Party
  • Start date Start date
  • Views Views 1,172
  • Replies Replies 3

Yoshi Party

Active Member
Newcomer
Joined
Jul 27, 2008
Messages
43
Reaction score
1
Trophies
1
XP
81
Country
Gambia, The
Hi,

I tried to use "wiisd_io.h" the functions "bool sdio_xyz()"
As a result I get the message "undefined reference to ..."

which lib do I need to use these functions?

thx for help
 
in your makefile, check if those line exists:
include $(DEVKITPPC)/wii_rules
LIBS := -lwiiuse -lbte -logc

you should at least have -logc

also, there is no need to use wiid_io functions directly, just use libfat port
 
Jacobeian said:
in your makefile, check if those line exists:
include $(DEVKITPPC)/wii_rules
LIBS := -lwiiuse -lbte -logc

ít's still crying for a reference-.-

but thx for the link;)
 
what exact function is it crying for ?

sdio_xyz() does not exist
wink2.gif
 

Site & Scene News

Popular threads in this forum