You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry, new to linux.
I thought i installed and exported everything I needed to but when trying to make binutils i get
../binutils/configure --prefix=/usr/local/mipsel-unknown-elf --target=mipsel-unknown-elf --with-float=soft
creating cache ./config.cache
checking host system type... Invalid configuration x86_64-unknown-linux-gnu': machine x86_64-unknown' not recognized
checking target system type... mipsel-unknown-elf
checking build system type... Invalid configuration x86_64-unknown-linux-gnu': machine x86_64-unknown' not recognized
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
ltconfig: you must specify a host type if you use --no-verify' Try ltconfig --help' for more information.
configure: error: libtool configure failed
The text was updated successfully, but these errors were encountered:
sorry, new to linux.
I thought i installed and exported everything I needed to but when trying to make binutils i get
../binutils/configure --prefix=/usr/local/mipsel-unknown-elf --target=mipsel-unknown-elf --with-float=soft
creating cache ./config.cache
checking host system type... Invalid configuration
x86_64-unknown-linux-gnu': machine
x86_64-unknown' not recognizedchecking target system type... mipsel-unknown-elf
checking build system type... Invalid configuration
x86_64-unknown-linux-gnu': machine
x86_64-unknown' not recognizedchecking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
ltconfig: you must specify a host type if you use
--no-verify' Try
ltconfig --help' for more information.configure: error: libtool configure failed
The text was updated successfully, but these errors were encountered: