Skip to content

GCC-ARM-NONE-EABI toolchain draft (cortex Mx etc...) #14

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: feature/tipi
Choose a base branch
from

Conversation

pysco68
Copy link
Contributor

@pysco68 pysco68 commented May 5, 2022

This is a draft support for gcc-arm-non-eabi in tipi

In order to have tipi install a properly packaged gcc for arm (release 10.3-2021.10) add the following to the distro.json

{
  "name": "gcc-arm-none-eabi",
  "platforms": {
    "macos": {
      "universal": {
        "url": "https://nxxm.indigenious.io/distro/beta/gcc-arm-none-eabi/gcc-arm-none-eabi-10.3-2021.10-mac.zip",
        "sha1": "d6930112e257387bbce85223a1181c1bb9072c9a",
        "root": "gcc-arm-none-eabi-10.3-2021.10",
        "path": ["bin", "arm-none-eabi/bin/"]
      }
    },
    "linux": {
      "universal": {
        "url": "https://nxxm.indigenious.io/distro/beta/gcc-arm-none-eabi/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.zip",
        "sha1": "db5f1b3fa2a7a3741b11957cca3a73f0ab51d400",
        "root": "gcc-arm-none-eabi-10.3-2021.10",
        "path": ["bin", "arm-none-eabi/bin/"]
      }
    },
    "windows": {
      "universal": {
        "url": "https://nxxm.indigenious.io/distro/beta/gcc-arm-none-eabi/gcc-arm-none-eabi-10.3-2021.10-win32.zip",
        "sha1": "72b73ef724b72260f842bb4d5fe6aa264e3e5b74",
        "root": "gcc-arm-none-eabi-10.3-2021.10",
        "path": ["bin", "arm-none-eabi/bin/"]
      }
    }
  }
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant