#172276 - Tommmie - Thu Jan 28, 2010 5:18 pm
Hey everyone,
just to keep it short:):
Does someone know how you can compile your sources to a shared object (an elf file)? normally you'll also get an elf file, but that's not the kind of elf file I want. I already tried some copy and pastes in my makefile, but that didn't work.
I already have this line in my makefile, but what additional code do I need?:
Last edited by Tommmie on Sun Jan 31, 2010 12:02 pm; edited 1 time in total
just to keep it short:):
Does someone know how you can compile your sources to a shared object (an elf file)? normally you'll also get an elf file, but that's not the kind of elf file I want. I already tried some copy and pastes in my makefile, but that didn't work.
I already have this line in my makefile, but what additional code do I need?:
Code: |
CFLAGS += $(INCLUDE) -DARM9 -fPIC -shared |
Last edited by Tommmie on Sun Jan 31, 2010 12:02 pm; edited 1 time in total