GP32 Frodo Source


tennisbox

Still Fresh
Joined
Dec 22, 2004
Messages
10
Hi,

Has anyone compiled the Frodo source code. I have followed the help given in the readme.gp32.src and have managed to compile all the sub directories. The compiler fails while trying to compile the main source code when it reaches the chatboard support interrupt handler.

I have edited all the make files to compile under windows as the downloaded source was compiled under Linux.

Any help would be appreciated
 
Sounds like you have an outdated version of GCC, try updating your tool chain.

At a dos prompt, type "gcc --version"

I don't think I've got the latest version of GCC (in fact I pretty sure I don't) but mine outputs the following:

"gcc (GCC) 3.4.3
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

If you have this version or later, then the interrupt code should pose no problems.
 
Sounds like you have an outdated version of GCC, try updating your tool chain.

At a dos prompt, type "gcc --version"

I don't think I've got the latest version of GCC (in fact I pretty sure I don't) but mine outputs the following:

"gcc (GCC) 3.4.3
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

If you have this version or later, then the interrupt code should pose no problems.

Hi Squidge,

my version says 3.0.2. Guess I need a later version. Where can I get a later version or an update. The version I have came on a cd with my GP32.
 
Last edited by a moderator:
Back
Top