Page 1 of 1

help with duilding demo and testing template examples

Posted: Fri May 04, 2012 4:36 pm
by rubelalaska
hi,

i have installed devkitPro /devkitARM (ftom the devkitARMupdate.pl script) on my CENTOS5.5 and now trying to compile the nds example code from the dev-scene NDS/tutorials. i believe the installation went fine. i am failing to get any further with the tutorials due to the following diagnostic. i have tried 1)make clean and 2) make and 3) some simple compiles but always get the following:
arm-eabi-gcc: /lib/libc.so.6: version `GLIBC_2.11' not found (required by arm-eabi-gcc). i am not sure where the problem lies. can anybody help with any advise please. thanks ... --joey

Re: help with duilding demo and testing template examples

Posted: Fri May 04, 2012 9:34 pm
by WinterMute
Try upgrading to Centos 5.8 and see if that helps. Your glibc is older than the one supplied with Debian 6 where the linux toolchains are built

Re: help with duilding demo and testing template examples

Posted: Sat May 05, 2012 5:51 pm
by rubelalaska
BINGO! your response was both timely and exactly correct. i upgraded and that did the trick. sincerely appreciate your time and help in solving this problem as it was a real show stopper for me. make works just fine now for the template codes. --joey