This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM36x : glibc compiling

Hi,

We're now using glibc 2.5.9 but wants to use v2.7 on montavista kernel 2.6.18. Btw while compiling glibc, we meet smoe errors. How can we resolve it?

 

../configure CC=arm_v5t_le-gcc AR=arm_v5t_le-ar CXX=arm_v5t_le-g++ \
 RANLIB=arm_v5t_le-ranlib LD=arm_v5t_le-ld \
 AS=arm_v5t_le-as \
 ac_ct_AR=arm_v5t_le-ar ac_ct_CC=arm_v5t_le-gcc ac_ct_CXX=arm_v5t_le-g++ \
 ac_ct_RANLIB=arm_v5t_le-ranlib ac_ct_AS=arm_v5t_le-as \
 --with-binutils=/common/buildenv/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/ \
 --enable-add-ons --prefix=/usr/local/arm-linux \
 --build=$(../scripts/config.guess) \
 --host=arm-linux

make

 ================>

/tmp/ccxThJGR.s: Assembler messages:
/tmp/ccxThJGR.s:38: Error: selected processor does not support `rfs r1'
/tmp/ccxThJGR.s:51: Error: selected processor does not support `wfs r3'
make[2]: *** [/home/shin/project1/glibc/glibc-2.5/build/math/setfpucw.o] 오류 1
make[2]: Leaving directory `/home/shin/project1/glibc/glibc-2.5/math'

 

B.Regards,

Devin