Does any have any luck getting latest version of frodogp to compile, my first foray into gcc and make and have run into a brick wall.
my very solid wall
Ive never worked with gcc or make before this so i am stumbling around rather heavily at the moment. i did the correct compiling i assume in this order
frodo/src/gp32/libpogo/smfs/ -compiles fine
frodo/src/gp32/libpogo/ -compiles fine
frodo/src/gp32/sound/ - compiles fine
frodo/src/gp32/ - compiles fine
frodo/src/ - does not compile exits with the above errors
I did use the gba devkit advance with chn's mods but i did not upgrade to gcc 3.2.1. as the original porter of frodo has done. I dont really know how to do this ?
any help would be really cool
my very solid wall
Code:
C:/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.0.2/crt0.o: In function `CopyZIData':
C:/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.0.2/crt0.o(.text+0x238): undefined reference to `_timepassed'
C:/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.0.2/crt0.o(.text+0x244): undefined reference to `HEAPSTART'
C:/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.0.2/crt0.o(.text+0x248): undefined reference to `HEAPEND'
C:/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.0.2/crt0.o(.text+0x24c): undefined reference to `Main' **** GULP!!! NOT GOOD ****
collect2: ld returned 1 exit status
gccmake: *** [Frodo.elf] Error 1
Ive never worked with gcc or make before this so i am stumbling around rather heavily at the moment. i did the correct compiling i assume in this order
frodo/src/gp32/libpogo/smfs/ -compiles fine
frodo/src/gp32/libpogo/ -compiles fine
frodo/src/gp32/sound/ - compiles fine
frodo/src/gp32/ - compiles fine
frodo/src/ - does not compile exits with the above errors
I did use the gba devkit advance with chn's mods but i did not upgrade to gcc 3.2.1. as the original porter of frodo has done. I dont really know how to do this ?
any help would be really cool