gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > stdlib with Devkitarm?

#48224 - joebob180 - Mon Jul 18, 2005 7:52 am

This might sound stupid, but how can I get the stdlib to work with devkitarm?

#48247 - Lord Graga - Mon Jul 18, 2005 1:26 pm

Code:
#include <stdlib.h>

#48301 - joebob180 - Mon Jul 18, 2005 10:15 pm

Yeah, I tried that though. Is do I have to add the standard library into the makefile includes? Ive been looking for a demo that uses the library and includes a makefile, but I cant seem to find one.

#48334 - wintermute - Tue Jul 19, 2005 8:57 am

joebob180 wrote:
Yeah, I tried that though. Is do I have to add the standard library into the makefile includes? Ive been looking for a demo that uses the library and includes a makefile, but I cant seem to find one.


do you have a specific problem?

#48452 - joebob180 - Wed Jul 20, 2005 3:21 am

Never mind. I got it figured out. sorry!