Creating gcc 3.4.4 that runs under Centos 7

Alexey Neyman stilor@att.net
Wed Jan 18 06:50:00 GMT 2017


On 01/17/2017 06:53 PM, Vered Zvi wrote:
> Hello,
>
> I have an old kernel used in embedded x86 card.
> According to /proc/version:
>
> 2.6.16 gcc 3.4.4 20050721 (red hat 3.4.4 - 2)
>
> Is it possible to create this gcc (exactly) using crosstool-ng ?
First, do you need just gcc or the whole toolchain? If you need just 
gcc, it may be easier to try to build it directly. If you need the whole 
toolchain, you may try to unpack the sources in some separate 
directories and supply the paths to those directories via 'Custom 
location' options for gcc/binutils/...

It is possible that a recent gcc won't compile gcc-3.4.4, though. In 
that case you might need to create a "chain" of such compilers, each 
building some older version. In any case, it is going to be quite 
time-consuming, I think.

Regards,
Alexey.
>
> I'm aware I can install red hat 3.4.4-2 and use its gcc but I want to run this gcc on a new centos 7.
>
> Thank you,
> Z.V
> The information contained in this communication is proprietary to Israel Aerospace Industries Ltd. and/or third parties, may contain confidential or privileged information, and is intended only for the use of the intended addressee thereof. If you are not the intended addressee, please be aware that any use, disclosure, distribution and/or copying of this communication is strictly prohibited. If you receive this communication in error, please notify the sender immediately and delete it from your computer.
>
>



More information about the crossgcc mailing list