This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help installing GCC on to from-scratch system
- From: ArtÅras Moskvinas <arturas dot moskvinas at gmail dot com>
- To: Jonathon Keogh <jonathon at jonnykeogh dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Dec 2006 02:33:43 +0200
- Subject: Re: Help installing GCC on to from-scratch system
- References: <458EA9E8.6080706@jonnykeogh.co.uk>
> Hello,
>
> I have created my own deviation of Linux, and I wish to install GCC on
> to it. However, there is no compiler on my custom Linux system, so how
> would I go about compiling it? I've tried installing on another system
> of the same architecture (using --prefix), and copying files to their
> respective locations, but I wasn't too sure about this and I think I
> messed up somewhere.
>
> Has anyone got any hints for me?
Hi,
You should try this manual for creating your own gnu/linux OS (how to
create gcc, binutils and etc).
http://www.linuxfromscratch.org/lfs/view/stable/
Arturas M.