Good day, I am installing the Linux tools as described in the support page of www.gnuarm.com Installing the binutils went flawless. Configuring the gcc compiler goes fine too, but I am getting trouble with making and installing. This is the command for configuring [root@linuxmobile gcc-4.0.2]# gcc/configure --target=arm-elf --prefix=/usr/local/gnuarm-4.0.2/ --enable-interwork --enable-multilib --enable-languages='c,c++' --with-newlib --with-headers=/home/jaac/GnuArm/newlib-1.14.0/newlib/libc/include/ When I try to make, I get this: [root@linuxmobile gcc-4.0.2]# make all-gcc install-gcc Makefile:495: *** missing separator. Stop. How can I solve this? Tools are: insight-6.4 binutils-2.16.1 newlib-1.14.0 gcc-4.0.2 Regards, JaaC
Message
Problem with makefile for gcc installation - GNUARM
2006-03-12 by Jaime Andrés Aranguren Cardona