Skip to content

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

Open
pysco68 wants to merge 3 commits intofeature/tipifrom
feature/gcc-arm-none-eabi
Open

GCC-ARM-NONE-EABI toolchain draft (cortex Mx etc...)#14
pysco68 wants to merge 3 commits intofeature/tipifrom
feature/gcc-arm-none-eabi

Conversation

@pysco68
Copy link

@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/"]
      }
    }
  }
}

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