-
Notifications
You must be signed in to change notification settings - Fork 991
Closed
Labels
cgoCGo and libc related issuesCGo and libc related issuesenhancementNew feature or requestNew feature or request
Description
xaionaro@ubuntu:~/go/src/github.com/u-root/u-root/bb$ CGO_ENABLED=0 tinygo build -o bb main.go
# os/user
../../../../../../.gimme/versions/go1.13.linux.amd64/src/os/user/cgo_lookup_unix.go:19:6: not implemented: build constraints in #cgo line
/usr/include/x86_64-linux-gnu/bits/confname.h:222:31: unexpected token ILLEGAL
/usr/include/x86_64-linux-gnu/bits/confname.h:224:31: unexpected token ILLEGAL
/usr/include/x86_64-linux-gnu/bits/confname.h:222:31: unexpected token ILLEGAL
/usr/include/x86_64-linux-gnu/bits/confname.h:224:31: unexpected token ILLEGAL
/usr/include/x86_64-linux-gnu/bits/confname.h:222:31: unexpected token ILLEGAL
/usr/include/x86_64-linux-gnu/bits/confname.h:224:31: unexpected token ILLEGAL
xaionaro@ubuntu:~/go/src/github.com/u-root/u-root/bb$ head -224 /usr/include/x86_64-linux-gnu/bits/confname.h | tail -4
_SC_GETGR_R_SIZE_MAX,
#define _SC_GETGR_R_SIZE_MAX _SC_GETGR_R_SIZE_MAX
_SC_GETPW_R_SIZE_MAX,
#define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
Metadata
Metadata
Assignees
Labels
cgoCGo and libc related issuesCGo and libc related issuesenhancementNew feature or requestNew feature or request