-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem compiling rpx with latest libmad (and maybe dkppc r28) #23
Comments
Use the portslibs from the release page. |
Ah I think it conflicts with the one in your libogc. I forgot to remove search for libraries on the libogc path from the makefile of ELF version. Libogc is now not required at all. You can remove the one from your libogc as a temporary solution or remove the libogc lib path from makefile. I will commit a corrected makefile later. |
I was thinking so too,thank for pointing me on it. |
dimok789
added a commit
that referenced
this issue
Nov 20, 2016
Done. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
/opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld: /opt/devkitpro/libogc/lib/wii/libmad.a(frame.o): relocation R_PPC_EMB_SDA21 cannot be used when making a shared object
/opt/devkitpro/libogc/lib/wii/libmad.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: