Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Random number function   Message List  
Reply | Forward Message #14671 of 15019 |
Re: Devkit Advance C++

Actually, In your makefile, instead of gcc .....(options) type
g++ .... (options). The libraries should (don't quote me on it
though) automatically be linked in with the rest of your project. If
all else fails, someone else should know.

--- In gbadev@yahoogroups.com, <gbadev@r...> wrote:
> Hi,
>
>
>
> I've been trying to get a C++ project to compile using Devkit
Advance
> (release 5 beta 3) ideally along with Jeff's Crt0 and LnkScript
(crtls
> v1.28). Which libraries do I need to link for C++ compilation?
I'd be very
> grateful if someone would post a sample makefile that would work
for this
> (even if it compiles/links just a single cpp file).
>
>
>
> Thanks in advance.





Fri Dec 12, 2003 4:02 am

dagamer34
Offline Offline
Send Email Send Email

Forward
Message #14671 of 15019 |
Expand Messages Author Sort by Date

Hi gbadev forum, Rather than re-invent the wheel trying to write an ARM random number gernerator function, i thought i'd ask if anyone has done this before or...
Graeme Cowie
mcgeezer22
Offline Send Email
Dec 9, 2003
8:17 pm

Three words: Linear Congruental Generator ... -- http://dreamcache.mine.nu...
Tomas Hallenberg
tomha219@...
Send Email
Dec 9, 2003
9:39 pm

Take a look at the Mersenne Twister, or the Mitchell Moore algorithm. Both of them are fast, good and don't require too much memory. Guido ... From: Graeme...
Guido Henkel
guidohenkel
Offline Send Email
Dec 9, 2003
9:39 pm

Man, I lost so much of my childhood to that game :) There was a thread on this mailing list ages ago about this. Try searching the archives for "mersenne...
alex mole
lordBosh
Offline Send Email
Dec 9, 2003
10:11 pm

i've used this for several commercial gba games. it's fast, simple, and time-tested. mersenne twister-strength algorithms are generally not needed for...
matthew conte
whatwouldbig...
Offline Send Email
Dec 10, 2003
2:36 pm

Hi, I've been trying to get a C++ project to compile using Devkit Advance (release 5 beta 3) ideally along with Jeff's Crt0 and LnkScript (crtls v1.28). Which...
gbadev@...
relaxed_n_ch...
Offline Send Email
Dec 11, 2003
9:54 pm

Actually, In your makefile, instead of gcc .....(options) type g++ .... (options). The libraries should (don't quote me on it though) automatically be linked...
dagamer34
Offline Send Email
Dec 12, 2003
4:16 am

... Hash: SHA1 ... I'm pretty sure gcc is the same as g++ when it's called with a .cpp extention... ... Version: GnuPG v1.2.3 (GNU/Linux) ...
Luke-Jr
Luke7Jr
Offline Send Email
Dec 12, 2003
7:07 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help