Re: GCC stand-alone toolkit live CD

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

 



"Matteo" <falcon2600@xxxxxxxxxx> writes:

> I'd like to build a stand-alone toolkit live CD for developers with the
> latest GCC tools (compilers, debuggers, libraries and so on) to can be used
> from a CD, a usb key disk or a ram disk contening just an editor and the
> compilers tools without intalling anything and how to update all that.
> I hope to have been able to explain what I mean.

I suspect the main problems will be shared libraries. The simplest
    solution to this seems to be to build everything staticly linked,
    and to configure all tools to produce staticly linked executables
    by default.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux