driver-go icon indicating copy to clipboard operation
driver-go copied to clipboard

交叉编译ARM32应用报错

Open levin-go opened this issue 5 months ago • 0 comments

driver-go版本v3.5.7

  • 编译命令 GOOS=linux GOARCH=arm go build
  • 结果
github.com/taosdata/driver-go/v3/wrapper: build constraints exclude all Go files in /home/lich/go/pkg/mod/github.com/taosdata/driver-go/[email protected]/wrapper
# github.com/taosdata/driver-go/v3/common/parser
/home/lich/go/pkg/mod/github.com/taosdata/driver-go/[email protected]/common/parser/block.go:229:2: type [1073741824]rune larger than address space
/home/lich/go/pkg/mod/github.com/taosdata/driver-go/[email protected]/common/parser/block.go:229:2: type [1073741824]rune too large

levin-go avatar Sep 11 '24 05:09 levin-go