[uClibc]New toolchain and elf2flt problem

Erik Andersen andersen at codepoet.org
Thu Feb 6 22:11:10 UTC 2003


On Wed Feb 05, 2003 at 01:39:28PM +0200, Tommi Juppi wrote:
> It seems that binutils-build/include doesn't exist and you should use binutils-build/bfd as 
> --bfd-include-dir when configuring elf2flt. Try this patch:
> 
> --- gcc-3.2/Makefile    2003-02-05 11:32:28.000000000 +0000
> +++ gcc-3.2_mod/Makefile        2003-02-05 11:33:02.000000000 +0000
> @@ -577,7 +577,7 @@
>                 --target=$(GNU_TARGET_NAME) --prefix=$(STAGING_DIR) \
>                 --with-libbfd=$(BINUTILS_DIR1)/bfd/libbfd.a \
>                 --with-libiberty=$(BINUTILS_DIR1)/libiberty/libiberty.a \
> -               --with-bfd-include-dir=$(BINUTILS_DIR1)/include)
> +               --with-bfd-include-dir=$(BINUTILS_DIR1)/bfd)
>         touch $(ELF2FLT_DIR)/.configured

It was a bit more involved than this, but this definately
got me started on fixing things up.  All fixed up now,

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list