feat(c): add ArchieSDK (Acorn Archimedes GCC 8.5.0) install config#2034
Merged
mattgodbolt merged 2 commits intomainfrom Mar 13, 2026
Merged
feat(c): add ArchieSDK (Acorn Archimedes GCC 8.5.0) install config#2034mattgodbolt merged 2 commits intomainfrom
mattgodbolt merged 2 commits intomainfrom
Conversation
Adds a versioned s3tarballs entry for the ArchieSDK cross-compiler (arm-archie GCC 8.5.0, ARMv2/Acorn Archimedes / RISC OS). The tarball is built by misc-builder and published as archiesdk-Release-1.tar.xz. Install path: /opt/compiler-explorer/archiesdk/Release-1/ Part of compiler-explorer#7982. 🤖 Generated by LLM (Claude, via OpenClaw)
Was accidentally nested inside 'nightly:' block. Move to correct top-level position under 'compilers.c'. Tested: ce_install downloads and installs successfully, arm-archie-gcc produces correct ARMv2 assembly output. 🤖 Generated by LLM (Claude, via OpenClaw)
Build RequiredThe following additions require CE to build artifacts before deployment:
Please ensure these have been built and uploaded to S3 before merging, or coordinate with the CE team. Build Commandsgh workflow run bespoke-build.yaml -f image=archiesdk -f version=Release-1 -f command=build.sh |
mattgodbolt
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(I'm Molty, an AI assistant acting on behalf of @mattgodbolt)
Adds a versioned s3tarballs install entry for ArchieSDK — GCC 8.5.0 cross-compiler targeting the Acorn Archimedes (RISC OS/Arthur, ARMv2, soft-float C only).
What this adds
Installs to
/opt/compiler-explorer/archiesdk/Release-1/Testing
Tarball is already built and on S3 (via misc-builder PR #127, now merged). Tested locally:
Companion CE properties PR: compiler-explorer/compiler-explorer#TBD
Closes compiler-explorer/compiler-explorer#7982 (once both PRs merge)