Search found 2 matches
- Tue Apr 14, 2020 4:27 pm
- Forum: 3DS Development
- Topic: SDL: Linker Errors when using SDL_mixer
- Replies: 2
- Views: 9047
Re: SDL: Linker Errors when using SDL_mixer
Ah, I see. I've never worked with autotools before, only cmake/makefiles. I'll reconfigure my build with your advice. As for the SDL issue, I plan on backporting the SDL2 code to SDL1.2, which I've already gotten a decent chunk through (as far as I can tell without a proper build to test). So I ...
- Tue Apr 14, 2020 4:26 am
- Forum: 3DS Development
- Topic: SDL: Linker Errors when using SDL_mixer
- Replies: 2
- Views: 9047
SDL: Linker Errors when using SDL_mixer
Hello, I'm trying my hand at porting to the 3ds, specifically Chocolate Doom, and I've gotten a great deal through it when I came across an issue while trying to link the code. Any functions related to SDL_mixer result in an "undefined reference to x" error. I have attatched the relevant parts of my ...