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

编译时总出现 skipping incompatible 字样

Open kcrazy opened this issue 2 years ago • 2 comments

加入 driver-go之后,编译时,总是出现这些字样 请问能否显示这些?

# command-line-arguments
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc

kcrazy avatar Feb 03 '23 11:02 kcrazy

执行 go env -w CGO_ENABLED=1

huskar-t avatar Feb 12 '23 02:02 huskar-t

写错了,能否不显示这些?

kcrazy avatar Feb 13 '23 01:02 kcrazy