You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
`
The text was updated successfully, but these errors were encountered:
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.
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:
gerstrong/Commander-Genius#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.
`
The text was updated successfully, but these errors were encountered: