> 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.