Talk:Homebrew development tutorials: Difference between revisions
Jump to navigation
Jump to search
RE: |
Hallowizer (talk | contribs) m Hallowizer moved page Talk:Tutorials to Talk:Homebrew development tutorials: Tutorials is too generic for this. |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
For [[ | For [[User:Arikado|Arikado]]'s '''[http://arikadosblog.blogspot.com/search/label/wii%20homebrew%20development wii homebrew development tutorial]''' on playing MP3's I got the following errors: | ||
c:/devkitPro/libogc/lib/wii\libmad.a(mp3player.o): In function `MP3Player_Init': | c:/devkitPro/libogc/lib/wii\libmad.a(mp3player.o): In function `MP3Player_Init': | ||
Line 17: | Line 17: | ||
:Try adding -lasnd to your LIBS: in your makefile. Please tell me what version of dekitPRO you're using.--[[User:Arikado|Arikado]] 16:10, 9 August 2009 (UTC) | :Try adding -lasnd to your LIBS: in your makefile. Please tell me what version of dekitPRO you're using.--[[User:Arikado|Arikado]] 16:10, 9 August 2009 (UTC) | ||
== Codemii tutorial link? == | |||
[http://www.codemii.com/category/wii-programming-tutorials/ CodeMii Tutorial] <-- link is broken. | |||
:Never mind, now it lives. o.o [[User:KolakCC|KolakCC]] 09:05, 18 October 2009 (UTC) |
Latest revision as of 04:57, 13 April 2021
For Arikado's wii homebrew development tutorial on playing MP3's I got the following errors:
c:/devkitPro/libogc/lib/wii\libmad.a(mp3player.o): In function `MP3Player_Init':
mp3player.c:(.text.MP3Player_Init+0x28): undefined reference to `ASND_Pause'
mp3player.c:(.text.MP3Player_Init+0x30): undefined reference to `ASND_StopVoice'
collect2: ld returned 1 exit status
make[1]: *** [/c/devkitPro/examples/wii/template/template.elf] Error 1
"make": *** [build] Error 2
How can I fix this? - [User:The2Banned2One|The2Banned2One]] —Preceding unsigned comment added by The2Banned2One (talk • contribs) 20:01, 6 August 2009 (UTC)
- Try adding -lasnd to your LIBS: in your makefile. Please tell me what version of dekitPRO you're using.--Arikado 16:10, 9 August 2009 (UTC)
Codemii tutorial link?
CodeMii Tutorial <-- link is broken.
- Never mind, now it lives. o.o KolakCC 09:05, 18 October 2009 (UTC)