1 Jan 2012 15:12
problem installing gcc
Hi All Being a beginner of RTEMS in a virtual machine running SL5 (scientific Linux 5) , I am trying to install rtems-4.10.2 for power pc as my target is mvme 2300 board. I could install the binary utilities but at the time I tried to install gcc, it failed. I tried many times but it failed always. First time, it was declaring the gmp and mpfr not compatible. I installed the latest packages of the two but still installing gcc failed. However this time the error report was changed and I found a number of messages reporting something about mpfr. I configure the gcc as follows: ../gcc-4.4.6/configure --target=powerpc-rtems4.1 0.2 --prefix=/usr/local/rtems/rtems-4.10.2 --disable-libstdcxx-pch --with-gmp= " /usr/local/include/gmp.h" --with-mpfr= "/usr/local/include/mpfr.h" --with-gnu-as --with-gnu-ld --verbose --with-newlib --with-system-zlib --disable-win32-regist ry --disable-nls --without-included-gettext --enable-version-specific-runtime-li bs --enable-threads --enable-newlib-io-c99-formats --enable-languages="c,c++" And I obtained following warnings during configuration: configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: /usr/local/include/gmp.h configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: /usr/local/include/mpfr.h checking build system type... /usr/local/include/gmp.h checking host system type... /usr/local/include/gmp.h(Continue reading)

RSS Feed