Results 1 to 1 of 1
Hello all, The steps I took to prepare the build on my linux from scratch system:
CC="gcc -B/usr/bin" ../sources/binutils-2.17/configure \ --prefix=/tools --disable-nls --disable-werror
As it's going through the preparations I ...
- 10-17-2007 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 7
compiling Binutils-2.17 error...
Hello all, The steps I took to prepare the build on my linux from scratch system:
CC="gcc -B/usr/bin" ../sources/binutils-2.17/configure \ --prefix=/tools --disable-nls --disable-werror
As it's going through the preparations I noticed the last 4 lines:
1- line 7165: test: too many arguments checking whether to enable maintainer-specific ports of Makefiles... no
2- creating .config.status
3- creating Makefile
4- sed: file conftest.s1 line 67: unterminated 's' command
When I tried to continue the process by entering make I receive the following error:
make: *** No targets. Stop
I've been tackling the problem for almost 2 days now and I'm not getting anywhere. I've been searching Google without luck and lurking around other forums without any luck. Please, help is greatly appreciated. Thanks!
-Rich


Reply With Quote
