undefined reference to __atomic_load_4
when compiling the agb
crate
#100619
Labels
A-atomic
Area: Atomics, barriers, and sync primitives
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
O-bare-metal
Target: Rust without an operating system
If you try to compile the agb crate with
just build-roms
, it fails with the following error:This seems to be a regression from
nightly-2022-08-12
tonightly-2022-08-13
, and my best guess for the change that caused it is this pull request: #99464The text was updated successfully, but these errors were encountered: