Skip to content
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

Closed
mariogamer2 opened this issue Nov 19, 2016 · 4 comments
Closed

Problem compiling rpx with latest libmad (and maybe dkppc r28) #23

mariogamer2 opened this issue Nov 19, 2016 · 4 comments

Comments

@mariogamer2
Copy link
Contributor

/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

@dimok789
Copy link
Owner

Use the portslibs from the release page.

@dimok789
Copy link
Owner

dimok789 commented Nov 20, 2016

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.

@mariogamer2
Copy link
Contributor Author

I was thinking so too,thank for pointing me on it.

@dimok789
Copy link
Owner

Done.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants