Page 1 of 1

How set up GCC/SDL for development

Posted: Mon Sep 23, 2013 10:34 pm
by ddarias
I have menutlibc and libsdl.a, i want to compile a simple sdl app. But i dont undertand how to do a makefile for working with sdl. I use mingw + menuetlibc + libsdl.a, thanks in advance

Re: How set up GCC/SDL for development

Posted: Tue Sep 24, 2013 9:56 am
by SoUrcerer
Do you use libsdl.a from MenuetOS port? Better don't. You can download my devkit here: http://wavetale.com/me.7z, it's menuetlibc+few libraries. But they're ELF, not COFF; so I don't sure can you use them with mingw or not.