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.

C/C++ > DevKitAdv libraries [solved]

#168643 - wallacoloo - Tue May 12, 2009 11:47 pm

So all I want to do at this point is round/truncate a number. Using Dev-C++ I would have just included Math.h and called the floorf function. But I have to use DevKitAdv in order to produce a .gba file, and I can't even find Math.h or anything Math related in the library folder. So how do I add new libraries and where can I find them?

Thanks for all the help!

EDIT: Sorry. I found I had just missed a step in the installation. Now I have all the libraries and everything...

#168645 - Dwedit - Wed May 13, 2009 4:07 am

Devkitadv is widely considered old and outdated, Devkitarm is the new one.
_________________
"We are merely sprites that dance at the beck and call of our button pressing overlord."

#168647 - wallacoloo - Wed May 13, 2009 4:14 am

Oh, I did realize that devkitadv hadn't been updated since 2003. I've spent so much time getting this thing to actually work! Is there a thread/site that explains how devkitarm differs from devkitadv? Thanks!