Hi,
I'm trying to install the Nokia SDK for Symbian/6.0 on my Linux machine. I'm using the instructions on this site:
http://www.ki-ag.de/pages/tech/Symbi..._on_linux.html
I'm at the stage where I'm trying to compile GCC. When I run it, I get this output:
Does anyone know what the problem might be?Code:[scott@localhost sdk2unix-1.2]$ bin/install_gcc539 /home/scott/symbian/gcc539src.zip /home/scott/sdk ### Unpacking and UNIXifying unzip -q /home/scott/symbian/gcc539src.zip chmod -R u+wx src find src -type f -print | xargs recode -f dos..latin1 ### Configure, compile & install mkdir obj cd obj; sh ../src/configure --prefix=/home/scott/sdk --target=arm-epoc-pe >/dev/null 2>&1 cd obj/bfd; make > /dev/null 2>&1 cd obj/libiberty; make > /dev/null 2>&1 cd obj/opcodes; make > /dev/null 2>&1 cd obj/binutils; make install > /dev/null 2>&1 cd obj/gas; make install > /dev/null 2>&1 cd obj/ld; make install > /dev/null 2>&1 cd obj/gcc; make LANGUAGES="c c++" > /dev/null 2>&1 Unexcpected error: aborting.
Thanks



