Note that there are some explanatory texts on larger screens.

plurals
  1. PODistro provided cross compiler vs custom built gcc
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. COyes you can use a pre-built. download gcc or binutils sources then ./configure --help and look at the choices, if nothing else those are choices that can and do vary for a custom vs pre-built. the pre-built is just a custom using one persons preferences. also with a custom you can use specific versions of gcc, perhaps newer. also the pre-builts like codesourcery (now mentor) have improvements or changes to the source for various reasons (Addding or fixing support for a target core or operating system not in the stable source)
      singulars
    2. COa sigle gcc can support all x68 variants is too vague of a statement, gcc 2.95 cannot support the features of a 2012 released x86 can it? Nope. For the same reason you can and will see custom gcc builds with various distros or applications within x86. If gcc were perfect, no bugs at all, and finished (all features supported, completed, bug free) then there wouldnt be any updates to gcc other than adding new processors right? I dont see development on gcc demonstrating that it is finished and bug free.
      singulars
    3. COsuccessfully building a gnu based cross compiler may give you something you can do some work with but not necessarily build all of the applications or drivers needed for a distro. If you dig inside gcc you will find an ugly beast held together with duct tape and bailing wire. It takes a fair amount of time to learn to tame that beast (only to have to start learning again each release).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload