Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)