#132899 - biubid_boy - Sun Jul 01, 2007 10:54 am
Hello everyone.
When I first started GBA programming, I used the very simple makefile from TONC to compile my projects, coupled with the '#includes' from the pern project. Now that I want to expand my projects, I want to use libgba and the default '#include' that are default with it. But, I can't seem to use
or link the library with the template makefile in devkitPro. What do I have to do to get it working?
Thanks,
Biubid_boy.
When I first started GBA programming, I used the very simple makefile from TONC to compile my projects, coupled with the '#includes' from the pern project. Now that I want to expand my projects, I want to use libgba and the default '#include' that are default with it. But, I can't seem to use
Code: |
#include <gba.h> |
Thanks,
Biubid_boy.