Open vanfanel opened 8 years ago
I would hope they followed the Arch example and provide the 6.1.1 version :/
You can't use a newer compiler than 4.9.3 and cross compile for debian jessie - you get issues with the version of glibc that is installed, so we have to stick with that version as the standard.
It's pretty easy to use ct-ng to create a newer compiler if you are using a distribution with newer glibc.
will do!
Hi,
We have found that the gcc cross-compiler is causing some problems. For example this small program:
if it's compiled with
Will output this:
That should not happen.
Also, some projects seem to fail building on current gcc on this repo:
https://github.com/gerstrong/Commander-Genius/issues/254
That's saying 4.9.2 because it's being retried on local, but using the 4.9.4 crosscompiler in this repo gives the same results. Any hopes for a recent 5.x cross compiler? Building one myself is relatively easy if you can give me a working .config I can use for ct-ng, trial and error is totally crazy with these things.
`