Hello, I am trying to install the cross-compiler for the processor arm on ubuntu 10.04 I installed binutils-2.20, gcc-4.4.2 and gdb-6.7.1. to install gcc, I used these commands: 1) sudo .. / ../../src/gcc-4.4.2/configure --prefix=/usr/local/SocLib/ toolchain/arm --target=arm-unknown-elf --program-prefix=arm-unknown-elf -- disable-nls --disable-werror --enable-languages=c --disable-libssp --disable-threads --without-headers. 2) sudo make 3) sudo make install. After these steps, a file will be generated automatically "arm-unknown-elf-gcc", but the problem is that I find "arm-unknown-elf-gcc-4.4.2". how to solve this problem. thank you in advance
Guest
#3339144
Unfortunatly have the same error, still looking for the result? or have you found something?
Guest
#3345681
Try the packages found at https://launchpad.net/gcc-arm-embedded They work for me out of the box for Opensuse 12.3 on X86-64. Bye
Guest
#3347201
Hi David, did you already tried a symbolic link? I guess this should solve your issue. Cheers, René
Reply
Please log in before posting.