Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL_mixer failed on linking #27

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Closed

SDL_mixer failed on linking #27

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Firstly, thanks for your amazing work on this port !!

Now, my problem :p

What steps will reproduce the problem?
1. Try using SDL_mixer to launch .mid sounds.

What is the expected output? What do you see instead?
I didn't have syntax error or others. But, on linking, i've this issue : 

d:/devkitPro/libogc/lib/wii\libsmpeg.a(mpeglayer3.o):(.eh_frame+0x11):
undefined reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(smpeg.o):(.eh_frame+0x12): undefined
reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(mpegtoraw.o):(.eh_frame+0x11):
undefined reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(MPEG.o):(.eh_frame+0x12): undefined
reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(MPEGstream.o):(.eh_frame+0x12):
undefined reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(MPEGsystem.o):(.eh_frame+0x12): more
undefined references to `__gxx_personality_v0' follow
collect2: ld returned 1 exit status
make[1]: *** [/d/test/test.elf] Error 1
"make": *** [build] Error 2

What version of the product are you using? On what operating system?
libogc rev 3744, sdl_wii rev 76, windows 7 64bits.

Please provide any additional information below.
sdl_wii was compile with the last libogc. I still have an issue when i try
to compile sdl_mixer (miss some headers files : smepg.h and MPEGfilter.h).
So i copy these files from smpeg folder. Maybe undefined references is
caused by that...

Best regards

Original issue reported on code.google.com by orwel....@free.fr on 4 Oct 2009 at 9:55

@GoogleCodeExporter
Copy link
Author

try again with the latest SDL wii
remember that you need to make and make install smpeg first

Original comment by dborth@gmail.com on 7 Dec 2009 at 6:56

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

thanks for reply. I still have this issue, but i think something is missing 
somewere
in my prog... Doesn't matter ^^
Thanks !

Original comment by orwel....@free.fr on 8 Dec 2009 at 4:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant