L
Size: a a a
L
/
/
VK
К
FW
CGO_ENABLED=1 CC=gcc CXX=g++ GOOS=windows GOARCH=amd64 go build -buildmode=exe -o testapp.exe main.goПолучаю ошибку:
# runtime/cgo
gcc: error: unrecognized command line option ‘-mthreads’; did you mean ‘-pthread’?
AZ
CI
ВС
SN
CGO_ENABLED=1 CC=gcc CXX=g++ GOOS=windows GOARCH=amd64 go build -buildmode=exe -o testapp.exe main.goПолучаю ошибку:
# runtime/cgo
gcc: error: unrecognized command line option ‘-mthreads’; did you mean ‘-pthread’?
CI
FW
ВС
SN
CC=gcc
CI
m1:=(*uint32)(unsafe.Pointer(&m))
ВС
ВС
m2:=uint32((*uintptr)(unsafe.Pointer(&m))&0xFFFFFFFF)
CI
m2:=uint32((*uintptr)(unsafe.Pointer(&m))&0xFFFFFFFF)