------- Additional Comments From ngmlinux at gmail dot com 2005-08-26 01:59 ------- Subject: Re: Building gcc-4.0.1 toolchain for arm-linux fails durring "make"
> You built binutils, right? Yes I just built binutils 2.16.1 by the following procedure: ===procedure================================================= bunzip2 binutils-2.16.1.tar.bz2 tar xvf binutils-2.16.1.tar cd binutils-2.14 mkdir arm-linux cd arm-linux ../configure --target=arm-linux make vi ld/earmelf_linux.c - add a new SERACH_DIR line for every current SERACH_DIR line in file SEARCH_DIR(\"/usr/local/arm-linux/lib/be\");\n\ make make install chmod 777 /usr/local/arm-linux ============================================================ Can you tell where "as" should be based on that? > Also you might want to look into cross tool: > http://kegel.com/crosstool/ I'll take a look, I think i've used some of the utilities from the site before with little success, but i'll check again. Thanks. -Nathan -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23569