ci: install TriCore GCC toolchain for AURIX CI builds#1
Open
ci: install TriCore GCC toolchain for AURIX CI builds#1
Conversation
Add tricore-elf-gcc 11.3 from the aurix-gcc-toolchain mirror to enable Zephyr CI builds for the Infineon AURIX TriCore architecture. Installed under /opt/toolchains/tricore-elf/. x86_64 only as no ARM64 build is available. Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
7094654 to
260e4a4
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.
Add tricore-elf-gcc 13.4 from the tricore-gcc-toolchain project to enable Zephyr CI builds for the Infineon AURIX TriCore architecture. Installed under /opt/toolchains/tricore-elf/.
x86_64 only as no ARM64 build is available.
Note: The ideal plan is to host the 11.3 compiler from Infineon official website. But the direct download option is not possible now, so this PR needs changes once there is direct download URL.
Signed-off-by: Parthiban Nallathambi parthiban@linumiz.com