I am trying to compile a cross-platform chain of tools.
When I combined binutils-2.22, it was a success, but why does the βcheck whether we cross-compile ... noβ result? I suppose it should be yes, right?
My i686 host works with ubuntu, and my goal is hand.
~/telink_linux/build-tools/binutils-2.22$ ./configure --prefix=/home/shuaihan/telink_linux/tools --target=arm-linux checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... arm-unknown-linux-gnu ... checking whether we are cross compiling... no ... configure: creating ./config.status config.status: creating Makefile
After that I create "make" and "makeinstall", arm-linux- * is created.
Thanks!
source share