carl
carl
@Teufelchen1 PR is ready for review :)
Thank‘s for testing. These issues definitely need to be resolved first, I’m going to try and figure out what’s going on there with these non-functional examples.. On ARM 64 bit,...
> Any update on this? I think it would be super cool to have native support on a RPi. There‘s still some investigating needed to find out why some of...
Figured it out last week: `ucontext_t` has a PC field which is ignored on arm64 (see glibc and libplatform). This makes sense given PC cannot even be set in assembly....
If Murdock looks at this PR, the result will actually just indicate nothing has been broken but won't tell us if native on arm64 works, right? Because the CI currently...
@chrysn why does https://github.com/RIOT-OS/RIOT/blob/26ca217a9f217400049ee2037e1d972b3a329202/cpu/native/Makefile.include#L19 use `arch_32bit` and `FEATURES_USED` instead of `NATIVE_ARCH_BIT` (which is either `32` or `64`)? That's the part that sets the Rust target triple
Rebased. #21289 builds on this, but does not block me.
`test_live_validation` and `test_dynamic_groups` seem to fail for rtrlib:master, too (gcc 11.4.0, Ubuntu 22.04, arm64) **edit**: `rpki-validator.realmv6.org` refuses connection, seems to be down
At least for me, locally, `test_live_validation` and `test_dynamic_groups` are both finishing with exit code 0. When I tried running these tests yesterday (23/11/2023) evening, they failed because of an error...