GeertJohan / GeertJohan/openwrt-go
go build command-line-arguments: : fork/exec : no such file or directory
Open
- Dominant language
- C
- Stars
- 240
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
hello,
I use gccgo hello.go can be successfully compiled, using go build -x -compiler=gccgo hello.go failed
rexchou@rexchou-virtual-machine:~/work$ go build -x -compiler=gccgo hello.go
WORK=/tmp/go-build221584061
mkdir -p $WORK/command-line-arguments/_obj/
mkdir -p $WORK/command-line-arguments/_obj/exe/
cd /home/rexchou/work
"" -I $WORK -c -g -m64 -fgo-relative-import-path=_/home/rexchou/work -o $WORK/command-line-arguments/_obj/_go_.o ./hello.go
go build command-line-arguments: : fork/exec : no such file or directory
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.