Marc Feeley wrote:
So for your project I think you should start with modifying lib/os.h to select a minimal set of OS functions that are provided by the Nintendo DS operating system. Once you have something minimal working, you can tie in to more and more OS functionality as your needs grow.
Please keep me informed. In beta 20, I have reorganize the lib/os* files so that porting Gambit to an embedded system is easier. If you find other things that would help I would like to add them to the runtime system.
Well, the size of my gsi is too large for the DS. Upon looking at the symbol table with nm, the most obvious candidate for removal is anything having to do with "six".
Is there a particular file I should look at to remove this?
Thanks, -a