boards/tiva: change default toolchain for tm4c123g to GNU EABI#18690
Open
TheFakeMontyOnTheRun wants to merge 1 commit intoapache:masterfrom
Open
boards/tiva: change default toolchain for tm4c123g to GNU EABI#18690TheFakeMontyOnTheRun wants to merge 1 commit intoapache:masterfrom
TheFakeMontyOnTheRun wants to merge 1 commit intoapache:masterfrom
Conversation
xiaoxiang781216
previously approved these changes
Apr 9, 2026
Contributor
There was a problem hiding this comment.
CONFIG_ARM_TOOLCHAIN_GNU_EABI is deault option, don't need specify explicitly, so it's enough to remove CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI directly.
Contributor
Author
There was a problem hiding this comment.
Fixed. Hope it good now :)
1b0b925 to
616e525
Compare
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.
Fixes: #18668
Summary
This will change the default toolchain from OABI to GNU EABI. Out of the box,
Impact
it's a less jarring experience to anyone trying to run NuttX on the TM4C123G. TBH, I'm not even sure how to use OABI (or if it's even possible. My only experience with Buildroot was with Linux).
Sadly, I can't help with other configurations or boards, since I do not own the required hardware to test (I think)?
Should I open an issue for the other boards? Given how wide is the effort to fix this for other boards, it's something to be discussed within the governance of the project .
Testing
Built cleanly on the Machine 3 listed here (#18668).
After programming the board, NuttX worked perfectly on
minicom.Running OSTest did generate an assertion error:
Is this a blocker? In any case, I don't mind opening a separate issue for this.