When attempting to compile some code for Linux target, I ran into this same error as @soypat did here: https://github.com/tinygo-org/tinygo/issues/4828#issuecomment-2813572848 ``` /home/ron/Development/tinygo/tinygo-122/src/internal/syscall/unix/getrandom.go:26: linker could not find symbol runtime.vgetrandom ``` The `rsa-keygen` benchmark program is what triggered it on my machine. See https://github.com/tinygo-org/tinybench/issues/3 I suspect that this issue first appears in Go 1.24.x due to this commit: https://github.com/golang/go/commit/eb6f2c24cd17c0ca1df7e343f8d9187eef7d6e13