LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GCC release process (https://www.linuxquestions.org/questions/linux-newbie-8/gcc-release-process-916913/)

qwerty4061 12-03-2011 08:14 AM

GCC release process
 
Hi,
I had some doubt regarding GCC release process. I wanted to build a cross compiler for MIPS using GCC for a large project. The GNU website shows that there are lot of active releases eg: 4.3.x and 4.6.x all have recent releases. So if I am starting my project today which version should I prefer.

Thanks

knudfl 12-03-2011 09:16 AM

Unless you are an expert in building cross compilers / tool chains :
It's not recommended to build one yourself.
And a standalone "gcc-mips" won't do.

The minimum for a tool chain is :
binutils, "gcc-mips", a libc ( Uclibc glibc eglibc etc.),
and headers from the "preferred kernel".

The recommended tool chain is : crosstool-NG http://crosstool-ng.org/
"crosstool-NG" is the only tool that's updated regularly.
Last update is : 20 Nov 2011.

GCC version : Probably a version that can be used for your kernel.
General purpose : gcc-4.4.4 ( A later version like 4.6 : New software only.)

..

qwerty4061 12-03-2011 01:35 PM

knudfl, Thanks for your reply. I am forced to use 2.6.29 kernel for my project, so how do I find which version of gcc needs to be used.

corp769 12-03-2011 01:54 PM

Even though you have gotten an answer already, this thread is technically still part of your other active thread. Reporting to be closed; Please keep similar topics within one thread if you can.

Cheers,

Josh

knudfl 12-03-2011 04:16 PM

#3.

2.6.29.? : gcc-4.3.2 .... 4.4.0 were used.

Tinkster 12-03-2011 07:30 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

Please stick to your original thread: http://www.linuxquestions.org/questi...piling-916758/


All times are GMT -5. The time now is 02:53 AM.