You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tinygo version
tinygo version 0.28.1 linux/amd64 (using go version go1.20 and LLVM version 15.0.0)
$ tinygo flash -target gopher-badge ./examples/marble-game/
tinygo:ld.lld: error: undefined hidden symbol: __math_invalidf
>>> referenced by sf_sqrt.c:0 (/home/ron/Development/tinygo/tinygo/lib/picolibc/newlib/libm/math/sf_sqrt.c:0)
>>> sf_sqrt.c.o:(sqrtf) in archive /home/ron/.cache/tinygo/picolibc-thumbv6m-unknown-unknown-eabi-cortex-m0plus/lib.a
failed to run tool: ld.lld
error: failed to link /tmp/tinygo1717101476/main: exit status 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: