avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Building avr-gcc without first installing binutils?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Building avr-gcc without first installing binutils?
Date: Tue, 24 Apr 2007 07:29:46 +0200 (MET DST)

Rick Mann <address@hidden> wrote:

> Is there a way to call configure, when building gcc, that would
> allow me to use the previously-built binutils without actually
> installing binutils?

If there is one, it's probably a rather complicated one.

However, if you can afford it to first install into a scratch
directory, then it might be possible.  Setup a scratch directory
with enough space, say

mkdir /tmp/scratch

Then, go to the built binutils tree, and say

make install DESTDIR=/tmp/scratch

You should now be able to compile the compiler by tweaking PATH to
/tmp/scratch/bin.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]