GitHub - dlech/asdf-gcc-arm-none-eabi: asdf version manager plugin for Arm GNU Toolchain
Skip to content

asdf version manager plugin for Arm GNU Toolchain

License

Notifications You must be signed in to change notification settings

dlech/asdf-gcc-arm-none-eabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-gcc-arm-none-eabi Build Lint

Arm GNU Toolchain bare-metal target (arm-none-eabi) plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, unzip: generic POSIX utilities.

Install

Plugin:

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:

# 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 readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © David Lechner

About

asdf version manager plugin for Arm GNU Toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages