Merged
Conversation
Bump cloog to v0.21.1 to fix build issues for x86_64 (undefined references to isl-functions. Also point configure to the gmp to use to fix: checking for gmp.h... yes checking for __gmpz_init in -lgmp... no configure: error: Can't find gmp library.
jkloetzke
reviewed
Feb 16, 2025
Member
jkloetzke
left a comment
There was a problem hiding this comment.
Just some minor nit. I'd like to wait for @sixtyfourktec to see if disabling the bmp_logo thing is OK.
Merged
Contributor
|
All fine with me. |
Fixes:
mkpasswd.c:54:10 : fatal error: crypt.h: No such file or directory
54 | #include <crypt.h>
| ^~~~~~~~~
compilation terminated.
When cross compiling for x86_64.
Fixes
In file included from i386-ports.c:18:
i386-io-linux.h:11:10: fatal error: sys/io.h: No such file or directory
11 | #include <sys/io.h>
| ^~~~~~~~~~
Also add -f to not fail on file-exists error if the build script is executed
a second time.
Compiling tidy for aarch64 failed with: FAILED: CMakeFiles/man.util [...] tidy: Exec format error
Cross compiling u-boot-utils for aarch64 with this option set compiles the bmp_logo application for aarch64 and runs the same application to generate some logo data, which fails with a exec format error. This seams to be a known issue [1], debian also disables this option. [1] https://lists.denx.de/pipermail/u-boot/2023-January/504758.html
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just a view fixes for failing packages.
@sixtyfourktec : Can you please have a look on the u-boot change? I disabled the
bmp_logotool unconditionally, maybe we need a more fine-grained solution.