-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to build since https://github.com/ptitSeb/box64/commit/48b881f4912bc795e0467e334e359e9876f73c4f #342
Comments
On what are you building? |
switch and nvidia jetson (arm64 ubuntu bionic) with gcc 11 |
thats my full log if you find it helpful |
I guess this phtread function is to recent for your system |
that is correct. it was added in glibc 2.30 https://abi-laboratory.pro/index.php?view=changelog&l=glibc&v=2.30 |
it might be worthwhile to add CI for building on ubuntu bionic, or debian buster (or both) since these are the most used platforms for box64 instead of using 20.04 for everything ubuntu-18.04 is available through github actions which you can use to do this |
Github Actions are actually used to build box64 on every commit |
I am aware. which is why I am suggesting to use ubuntu-18.04 (instead of ubuntu-latest which currently is focal and will eventually be jammy) |
Yeah, I'll try to setup one of the build on an older OS version. |
If you have suggestion on how to modify the current github workflow to add some ubuntu 18 testing (for TegraX1 for example). I would like to avoid doing the tests twice, but just selecting to OS depending on the config |
closing as the commits related prior solve compilation |
during building:
and failure during linking
The text was updated successfully, but these errors were encountered: