golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.61k stars 17.61k forks source link

runtime/race: `reference to `WakeByAddressSingle'` when compiling with race on windows/amd64 1.21.11 #68176

Open JAicewizard opened 3 months ago

JAicewizard commented 3 months ago

Go version

go 1.21.11 windows/amd64

Output of go env in your module/workspace:

set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\runneradmin\AppData\Local\go-build
set GOENV=C:\Users\runneradmin\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\runneradmin\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\runneradmin\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\hostedtoolcache\windows\go\1.21.11\x64
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLCHAIN=auto
set GOTOOLDIR=C:\hostedtoolcache\windows\go\1.21.11\x64\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.21.11
set GCCGO=gccgo
set GOAMD64=v1
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=D:\a\go-duckdb\go-duckdb\go.mod
set GOWORK=
set CGO_CFLAGS=-O2 -g
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=C:\Users\RUNNER~1\AppData\Local\Temp\go-build3538349329=/tmp/go-build -gno-record-gcc-switches

What did you do?

go test -v -x -race -count=1 .

What did you see happen?

C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x1e3b): undefined reference to `WaitOnAddress'
2024-06-25T16:01:56.9717778Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x2165): undefined reference to `WakeByAddressSingle'
2024-06-25T16:01:56.9855080Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x2199): undefined reference to `WakeByAddressSingle'
2024-06-25T16:01:56.9860172Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x21c0): undefined reference to `WakeByAddressAll'
2024-06-25T16:01:56.9864578Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x4580): undefined reference to `WakeByAddressSingle'
2024-06-25T16:01:56.9868896Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x45fd): undefined reference to `WakeByAddressAll'
2024-06-25T16:01:56.9873250Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x4b9f): undefined reference to `WakeByAddressSingle'
2024-06-25T16:01:56.9877565Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x4c04): undefined reference to `WakeByAddressSingle'
2024-06-25T16:01:56.9881848Z C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\hostedtoolcache\windows\go\1.21.11\x64\src\runtime\race\internal\amd64v1\race_windows.syso:gotsan.cpp:(.text+0x4c0b): undefined reference to `WakeByAddressAll'

What did you expect to see?

The code should compile, or at least not have these errors

JAicewizard commented 3 months ago

This looks a lot like a dup of #53539, but this should have been fixed in go 1.21 according to the issue

gabyhelp commented 3 months ago

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

griesemer commented 3 months ago

@golang/windows

alexbrainman commented 3 months ago

@JAicewizard

I see that you found this issue https://github.com/golang/go/issues/61058#issuecomment-2190194387 . Hopefully @qmuntal will reply to you.

I do not use Windows anymore myself. So I cannot help you.

Alex

qmuntal commented 3 months ago

Thanks for reporting. From where did you download the GCC binaries and which Windows version are yoiu using?

mtfelian commented 2 weeks ago

Similar store when trying to compile with race detector on Windows.

Windows version: Microsoft Windows [Version 10.0.22631.4169] Go version: go version go1.22.4 windows/amd64 Go env:

set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\Felian\AppData\Local\go-build
set GOENV=C:\Users\Felian\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Go\my_code\pkg\mod
set GOOS=windows
set GOPATH=C:\Go\my_code
set GOPROXY=direct
set GOROOT=C:/Go/my_code/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.windows-amd64
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLCHAIN=auto
set GOTOOLDIR=C:\Go\my_code\pkg\mod\golang.org\toolchain@v0.0.1-go1.22.4.windows-amd64\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.22.4
set GCCGO=gccgo
set GOAMD64=v1
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOWORK=
set CGO_CFLAGS=-O2 -g
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=C:\Users\Felian\AppData\Local\Temp\go-build4136970952=/tmp/go-build -gno-record-gcc-switches

Values of GOMOD, GONOPROXY, GONOSUMDB, GOPRIVATE were omitted for privacy reasons.

Compilation were made with command ginkgo -race -v -r ./regkey. Same story if go to regkey package and use go test -race -v command. But it's OK if we remove -race flag.

$ ginkgo -race -v -r ./regkey
Failed to compile regkey:

# (stripped this line for privacy reasons)
C:\Go\my_code\pkg\mod\golang.org\toolchain@v0.0.1-go1.22.4.windows-amd64\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d8b): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20c5): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20f9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2120): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x44e0): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x455d): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x4aff): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x4b64): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x4b6b): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x4cc1): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x50f9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5190): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5241): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5255): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x525f): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5276): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x56fb): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5c93): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5cb3): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5cce): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5cdb): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x5df1): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x64a0): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x65c0): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x65ee): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x662b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6632): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x663c): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x674b): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6a9e): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6bbb): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6be9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6c26): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6c2d): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6c37): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x6d41): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7310): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7430): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x745d): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x749a): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x74a1): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x74ab): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x763d): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7671): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x77b8): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7981): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x79cf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x79f0): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x79f7): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7b28): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7cc1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7d19): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7d30): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x7d37): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8038): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8c00): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8c16): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8cc1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8e01): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8e50): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x8e69): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x9308): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x9613): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x9af1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x9b08): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x9b12): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x9f74): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xa124): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xa243): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xa3b6): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xa3cd): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xa3f9): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xaaa4): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb17c): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb29f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb356): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb36a): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb374): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb399): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb87b): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb9b5): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb9e9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xb9f0): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xbba6): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xc143): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xc229): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xc249): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xc2d6): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xc6c6): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xcc63): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xcd48): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xcd68): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xcdf5): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xd204): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xd5bb): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xd6cf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xd736): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xd786): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xd790): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xdc04): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xdfbb): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xe0cf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xe136): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xe186): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xe190): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xe607): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xecf6): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xee0f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xee91): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xeee4): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xeeee): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xef0f): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xf377): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xfa66): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xfb7f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xfc04): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xfc57): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xfc61): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0xfc82): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10117): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10833): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10846): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10972): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10985): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10a08): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10a21): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x10ee7): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x11603): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x11616): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x11742): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x11755): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x117d8): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x117f1): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x11cb7): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x123d3): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x123e6): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x12512): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x12525): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x125a8): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x125c1): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x12a87): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x131a3): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x131b6): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x132e2): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x132f5): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x13378): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x13391): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x13827): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x13f16): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1402f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x140b1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14104): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1410e): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1412f): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14597): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14c86): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14d9f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14e24): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14e77): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14e81): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x14ea2): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1531a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x15e04): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x15f33): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x15fb7): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x15fcb): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x16001): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x16026): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1649a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x16f88): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x170b3): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x17140): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x17154): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1718a): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x171af): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1c28e): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1c474): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1c4c9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1c4d0): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1c7a7): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1c8aa): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1ca4a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1cce6): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1cd94): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1cd9e): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d096): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d15c): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d239): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d359): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d373): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d37a): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d3a7): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d54a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d69b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d7e4): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d8a4): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1d93d): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1da2b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1da4c): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1da56): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1da63): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1dea6): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1dfac): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1dfd9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1dfe0): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e108): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e2ea): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e3cc): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e509): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e588): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e5a6): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e5b0): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e5dd): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e7f8): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1e826): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1fda7): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x1ff70): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20154): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20289): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x203dd): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20579): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20801): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2099e): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20a71): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20af4): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20b1a): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20b3e): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20b8c): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20bc2): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20bf4): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20c27): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20c43): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20c4a): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x20c54): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x21440): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x214a9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x214b0): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x216d5): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x21a14): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x21b3f): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x21c67): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x21fc5): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2208a): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2212a): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x222da): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2230b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x22328): more undefined references to `WakeByAddressSingle' follow
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x22361): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x22393): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x223d4): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2461c): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24652): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2499b): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24b41): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24c74): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24e65): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24e7c): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24e83): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x24ea8): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25352): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25438): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2552b): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25804): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x258aa): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25940): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25982): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x259a2): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x259d1): more undefined references to `WakeByAddressSingle' follow
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x259db): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x259f7): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25a13): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x25b18): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2690f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2693a): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x26999): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x27754): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x279e9): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x27b92): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x27c92): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x27cbd): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2872a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2883b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x288f0): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2891d): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x28934): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2893b): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x28945): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x28a5d): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x28a91): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2986e): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x299b7): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x29aaf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x29ab6): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x29c9e): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x29e0f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2a7ca): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2a7d4): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2acbe): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ae2d): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ae80): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ae87): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2bd5e): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2bf02): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c061): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c2a1): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c499): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c4e2): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c514): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c79f): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c8cf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c8fc): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c903): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2c9d8): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ccaf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2cd63): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2cdb3): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2cee2): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d051): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d0e2): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d0ec): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d25a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d4af): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d591): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d610): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d71a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2d819): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2da4f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2daeb): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2db4b): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2db6c): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2db73): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2dc58): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ddf1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2defa): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2df04): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e46f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e4cd): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e4d4): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e5d2): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e82b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e895): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2e89c): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2eb2a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ed3e): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2edad): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2edb4): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2ef88): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f0fe): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f200): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f20a): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f30a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f59f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f631): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x2f63b): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x30b3d): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x31a9f): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x31d02): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x31d41): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b1a8): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b2b1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b2e1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b2e8): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b485): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b5e1): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b611): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b618): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3b804): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3badf): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3bba3): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3bbad): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3bdd8): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3c011): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3c089): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3c090): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3d64a): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3d666): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x3d66b): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x40666): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x408f0): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x40aae): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x446fb): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x44735): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text+0x4473f): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN11__sanitizer5Mutex6UnlockEv[_ZN11__sanitizer5Mutex6UnlockEv]+0xca): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0xce): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0x2b4): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0x30b): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_6MBlockELy262144ELy4096ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0x312): undefined reference to `WakeByAddressAll'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0xce): undefined reference to `WaitOnAddress'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0x345): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0x3c7): undefined reference to `WakeByAddressSingle'
C:\Users\Felian\AppData\Local\Temp\go-link-26892154\000002.o:gotsan.cpp:(.text$_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE[_ZN6__tsan14DenseSlabAllocINS_7SyncVarELy1048576ELy1024ELy3221225472EE15AllocSuperBlockEPNS_19DenseSlabAllocCacheE]+0x3ce): undefined reference to `WakeByAddressAll'
collect2.exe: error: ld returned 1 exit status
JAicewizard commented 2 weeks ago

Thanks for reporting. From where did you download the GCC binaries and which Windows version are yoiu using?

Hello @qmuntal, this must have been the period where gmail sent all github mails to spam, so sorry for the late reply. The gcc versions are on windows github runners. Does this help?