Gast
#584313
Hallo! Ich hab folgendes > beim Installation sollte ich folgende Schritte tun. tar jxvf binutils-2.15.tar.bz2 cd binutils-2.15/ mkdir obj-avr cd obj-avr ../configure --target=avr --prefix=/usr/local/avr --disable-nls make # as root: make install ../configure --target=avr --prefix=/usr/local/avr --disable-nls was sollte ich da schreiben oder einfach so kopieren? dass hab ich ! Wo liegt das Problem sd@sd-desktop:~/Desktop/Namenloser Ordner/binutils-2.17/obj-avr$ ../configure --target=avr --prefix=/usr/local/avr --disable-nls creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... avr-unknown-none checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables.