------- Comment #2 from xtv at tveith dot homelinux dot com  2006-02-20 09:52 
-------
(In reply to comment #1)
> GCC here is expecting ld to be located at /home/xtv/bin/xld
> 
> Try adding --with-ld=/path/to/ld and --with-as=/path/to/as to configury
> 
> See if this makes any difference
> 

The problem is that --program-prefix seems to be broken; with
--program-prefix=x he has no rule to make xld; with --program-prefix=test_ the
same error like above but the error is

make[2]: *** Keine Regel vorhanden, um das Target »/home/xtv/bin/test_ld«,
  benötigt von »stamp-collect-ld«, zu erstellen.  Schluss.

which translated means i.e "no rule for target /home/xtv/bin/test_ld ..." (btw.
sorry for posting german errors, i just realized)

ATM i bootstrap without --program-prefix to verify.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26377

Reply via email to