View previous topic :: View next topic |
Author |
Message |
zmau n00b
Joined: 11 Dec 2013 Posts: 3
|
Posted: Sun Dec 29, 2013 8:57 am Post subject: compatibility linux, glibc gcc |
|
|
Hi,
I need to build a system for an embedded system.
The kernel should be 3.4 OR 3.6 (with an RT patch).
How do I know which glibc and gcc to choose ?
Thanks
zmau |
|
Back to top |
|
|
i92guboj Bodhisattva
Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Sun Dec 29, 2013 9:04 am Post subject: |
|
|
For x86 or amd64 you can pick any glibc/gcc combo that's recent enough.
Other architectures will require some experimentation. You can test by compiling a cross toolchain using crossdev in Gentoo. |
|
Back to top |
|
|
aCOSwt Bodhisattva
Joined: 19 Oct 2007 Posts: 2537 Location: Hilbert space
|
Posted: Sun Dec 29, 2013 11:09 am Post subject: |
|
|
zmau wrote: | How do I know which glibc and gcc to choose ? |
Running The glibc testsuite is a way. (If not compulsory before embarking on an embedded rt system)
And by the way... you also want to include the UClibc in your set of possible choices. _________________
|
|
Back to top |
|
|
|