Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlech/asdf-gcc-arm-none-eabi
asdf version manager plugin for Arm GNU Toolchain
https://github.com/dlech/asdf-gcc-arm-none-eabi
Last synced: 3 months ago
JSON representation
asdf version manager plugin for Arm GNU Toolchain
- Host: GitHub
- URL: https://github.com/dlech/asdf-gcc-arm-none-eabi
- Owner: dlech
- License: mit
- Created: 2022-03-05T21:59:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T00:18:42.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:14:28.214Z (9 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-gcc-arm-none-eabi [![Build](https://github.com/dlech/asdf-gcc-arm-none-eabi/actions/workflows/build.yml/badge.svg)](https://github.com/dlech/asdf-gcc-arm-none-eabi/actions/workflows/build.yml) [![Lint](https://github.com/dlech/asdf-gcc-arm-none-eabi/actions/workflows/lint.yml/badge.svg)](https://github.com/dlech/asdf-gcc-arm-none-eabi/actions/workflows/lint.yml)
[Arm GNU Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain) bare-metal target (arm-none-eabi) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, `unzip`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add gcc-arm-none-eabi
# or
asdf plugin add gcc-arm-none-eabi https://github.com/dlech/asdf-gcc-arm-none-eabi.git
```gcc-arm-none-eabi:
```shell
# Show all installable versions
asdf list-all gcc-arm-none-eabi# Install specific version
asdf install gcc-arm-none-eabi latest# Set a version globally (on your ~/.tool-versions file)
asdf global gcc-arm-none-eabi latest# Now gcc-arm-none-eabi commands are available
arm-none-eabi-gcc --version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/dlech/asdf-gcc-arm-none-eabi/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [David Lechner](https://github.com/dlech/)