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
Unfortunatly have the same error, still looking for the result? or have you found something?
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
Hi David, did you already tried a symbolic link? I guess this should solve your issue. Cheers, René
Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
Log in with Google account
No account? Register here.