kidchaos2k6
Still Fresh
- Joined
- Dec 26, 2005
- Messages
- 52
Hi to everyone!
I am unable to get a functional working environment for the GP32 with any version of devkitARM (17,18,19,...) combined with any of the available SDK (x_gp32, mirko or the official eabi SDK) available for the GP32..
I don't know how to start... So ill try to get to the current point where i am now... How to compile the livorbis/gptremor library with the latest version of devkitarm?? I want to compare if i can get better sound results compiling with the official SDK rather than with the x_gp32/SDL lib... Compiling with version 18 i always get to the Hardware FP error, but trying with version 19 and the eabi libs its even worse because i get errors in the compiling phase (starting with errors in the same DKArm includes) as follows..
c:\devkitarm\bin\../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/include/sys/type
s.h:99: error: duplicate 'unsigned'
c:\devkitarm\bin\../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/include/sys/type
s.h:99: error: duplicate 'short'
c:\devkitarm\bin\../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/include/sys/type
s.h:99: error: declaration does not declare anything
gpmain.c: In function 'void PlaylistEntry(GPDRAWSURFACE*, entry_t*, int, char, c
har)':
gpmain.c:146: error: invalid conversion from 'char*' to 'const unsigned char*'
gpmain.c:146: error: initializing argument 4 of 'void SOMFontFastString(GPDRAW
SURFACE*, int, int, const unsigned char*, const unsigned char*, unsigned char, u
nsigned char)'
... and etcetera
I cant get to the point (are there errors compiling the the same includes of the kit???)... Maybe i dont read all the docs correctly (are there any docs?) but i try to follow the steps as explained in the threads and always smash with some new or previous problem.... If I cant get any working result im going to get crazy, or worse (maybe dumping everything and forget about programming for the GP)...
Please, this is a plea/cry to the community, any help please!!!
I am unable to get a functional working environment for the GP32 with any version of devkitARM (17,18,19,...) combined with any of the available SDK (x_gp32, mirko or the official eabi SDK) available for the GP32..
I don't know how to start... So ill try to get to the current point where i am now... How to compile the livorbis/gptremor library with the latest version of devkitarm?? I want to compare if i can get better sound results compiling with the official SDK rather than with the x_gp32/SDL lib... Compiling with version 18 i always get to the Hardware FP error, but trying with version 19 and the eabi libs its even worse because i get errors in the compiling phase (starting with errors in the same DKArm includes) as follows..
c:\devkitarm\bin\../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/include/sys/type
s.h:99: error: duplicate 'unsigned'
c:\devkitarm\bin\../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/include/sys/type
s.h:99: error: duplicate 'short'
c:\devkitarm\bin\../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/include/sys/type
s.h:99: error: declaration does not declare anything
gpmain.c: In function 'void PlaylistEntry(GPDRAWSURFACE*, entry_t*, int, char, c
har)':
gpmain.c:146: error: invalid conversion from 'char*' to 'const unsigned char*'
gpmain.c:146: error: initializing argument 4 of 'void SOMFontFastString(GPDRAW
SURFACE*, int, int, const unsigned char*, const unsigned char*, unsigned char, u
nsigned char)'
... and etcetera
I cant get to the point (are there errors compiling the the same includes of the kit???)... Maybe i dont read all the docs correctly (are there any docs?) but i try to follow the steps as explained in the threads and always smash with some new or previous problem.... If I cant get any working result im going to get crazy, or worse (maybe dumping everything and forget about programming for the GP)...
Please, this is a plea/cry to the community, any help please!!!