Skip to content
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

build: Change default build toolchain to GNU #83

Merged

Conversation

chuyue-luo-arm
Copy link
Contributor

Currently, the default build toolchain is ARMClang. However, with VS Code devcontainers, only Arm GNU Toolchain is provided. Therefore, the default toolchain is changed to GNU. The associated documentation is also updated.

In order to use the Arm Compiler for Embedded (ARMClang), the toolchain needs to be installed in the devcontainer and an additional argument -TARMCLANG must be passed while building the example.

Description

  • The default build toolchain is changed to GNU
  • The documentation is updated to reflect this change
  • The documentation for the VS Code + devcontainers setup now includes a note on how to install the ARMClang compiler

Test Steps

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Currently, the default build toolchain is ARMClang. However, with VS
Code devcontainers, only Arm GNU Toolchain is provided. Therefore, the
default toolchain is changed to GNU. The associated documentation is
also updated. In order to use the Arm Compiler for Embedded (ArmClang),
the toolchain needs to be installed in the devcontainer and an
additional argument `-TARMCLANG` must be passed while building the
example.

Signed-off-by: Chuyue Luo <[email protected]>
@chuyue-luo-arm chuyue-luo-arm requested a review from a team as a code owner August 27, 2024 15:21
@felicityzhao9
Copy link
Member

Thank you for your contribution @chuyue-luo-arm !

@felicityzhao9 felicityzhao9 merged commit 60d21a4 into FreeRTOS:main Aug 27, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants