add bare metal x86 toolchain with ada support#298
Merged
jkloetzke merged 1 commit intoBobBuildTool:masterfrom Feb 1, 2026
Merged
add bare metal x86 toolchain with ada support#298jkloetzke merged 1 commit intoBobBuildTool:masterfrom
jkloetzke merged 1 commit intoBobBuildTool:masterfrom
Conversation
jkloetzke
reviewed
Jan 25, 2026
recipes/devel/gcc.yaml
Outdated
| makeSequential -C build install DESTDIR="$PWD/install" | ||
|
|
||
| #add libbacktrace | ||
| cp build/libbacktrace/.libs/libbacktrace.a \ |
Member
There was a problem hiding this comment.
This is the wrong libbacktrace. It is built with the AUTOCONF_HOST compiler. But the result is installed in the AUTOCONF_TARGET part. I guess this does not show up in your case because it's all x86_64 but it will blow up if AUTOCONF_TARGET is something vastly different.
Now, gcc will compile the library for the target system. But only if certain languages are enabled. I would advise to compile the library in a separate recipe.
Contributor
Author
There was a problem hiding this comment.
Thanks, I'll add a separate recipe to basement-gnu-linux.
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.
No description provided.