Skip to content

Conversation

@thejpster
Copy link
Contributor

@thejpster thejpster commented Dec 24, 2025

Targets added in rust-lang/rust#150138. Tested with local build of rustc.

Nightly 2026-01-25 includes these targets. Rebased to include #99 because those targets were added to nightly first (in 2026-01-24).

Also relies on all the targets having thumb-interworking enabled.
Thanks, macOS :/
You can't depend on the flags because they vary depending on what the
machine code does.
They were created before I rebased on main, which had changes to the
example programs.
thejpster and others added 3 commits February 1, 2026 15:45
I went with:

* .section
* .arm or .thumb
* .global
* .type
* label
* code

This fixes the smp_test built for thumb mode, which was missing a .arm
directive (and the start-up code doesn't work in thumb mode).
Targets added in rust-lang/rust#150138. Tested with local build of rustc.

Will fail with the versions of nightly rust specified in the CI config. Need to wait for 2025-01-26 to come out.
thumbv6-none-eabi isn't tested because it requires a new compiler-builtins that isn't upstream yet.
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.

2 participants