- To: "Prashant Batra \(prbatra\)" <prbatra@xxxxxxxxx>
- Subject: Re: help needed for builing gcc tool-chain
- From: Ian Lance Taylor <iant@xxxxxxxxxx>
- Date: Sat, 11 Feb 2012 21:34:26 -0800
- Cc: "Jonathan Wakely" <jwakely.gcc@xxxxxxxxx>, <gcc-help@xxxxxxxxxxx>
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1329629709; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:From:To:Cc:Subject:References:Date:In-Reply-To: Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=n7+5ztHPmlWA09oRNbZVaDWyEXw=; b=mB4B41DBQxRGnmf11tVGdyQ2x+K/kd3ZzfbyByCE606FqOEx3YRMlE/T1DZb7h UMtUgE5ob+I3cEMbaA56QjS6XoRRVaD8LBpqZO3SRqlmIJTQtUAXNuVJFr7GSOde cTgN3lhtDAf50YX4pByMaiXGr7RMCC8VzllnlK+Oj5buQ=
- In-reply-to: <B97B134FACB2024DB45F524AB0A7B7F205CFDD40@XMB-BGL-419.cisco.com> (Prashant Batra's message of "Sun, 12 Feb 2012 09:03:20 +0530")
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
"Prashant Batra (prbatra)" <prbatra@xxxxxxxxx> writes:
> Still it fails saying - "The directory that should contain system
> headers does not exist:"
What precisely did you do, and what precisely did you see?
> The documentation of --with-sysroot says "sysroot will be searched for
> target system headers, libraries and run time objects", but I am
> building gcc at this stage, so if I am building gcc forsome target, how
> are these target system headers be present there"
You put them there yourself beforehand. E.g., if the target system is a
Unix system, you put the contens of /usr/include and /lib and /usr/lib
in the sysroot (in SYSROOT/usr/include, SYSROOT/lib, etc.).
Ian
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]