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

cc_toolchain: Adds initial support for arm-none #35

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nathaniel-brough
Copy link
Collaborator

This adds support for fetching a precompiled arm none libc_nano
implementation. This libc_nano is combined with arm-specific flags for
building with ARM Cortex devices using clang.

@nathaniel-brough nathaniel-brough force-pushed the experimental_arm_support branch 2 times, most recently from 62d232c to 67a9c3a Compare December 10, 2021 07:57
@nathaniel-brough nathaniel-brough changed the title cc_toolchain: Adds initial support for arm-none wip: cc_toolchain: Adds initial support for arm-none Dec 13, 2021
@nathaniel-brough nathaniel-brough force-pushed the experimental_arm_support branch 3 times, most recently from 577dd07 to 511ed38 Compare December 20, 2021 05:13
@nathaniel-brough nathaniel-brough changed the title wip: cc_toolchain: Adds initial support for arm-none cc_toolchain: Adds initial support for arm-none Dec 20, 2021
This adds support for fetching a precompiled arm none libc_nano
implementation. This libc_nano is combined with arm specific flags for
building with ARM Cortex devices using clang.
When compiling C++ files the '-nostdinc' flag shadows the '-nostdinc++'
resulting in a warning for unused include flags, this is a problem when
compiling with '-Werror'. By using '-nostdinc' for both C and C++ we can
ensure that there are no unused arguments.
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.

1 participant