douchuituo3032 2018-01-15 21:35
浏览 1786
已采纳

go交叉编译时出错:不支持的GOOS / GOARCH对linux / amd64

I'm trying to cross-compile go code on windows, targeting linux machine. I have used simple go code to determine target os/platform,

package main

import "fmt"
import "runtime"

func main() {
        fmt.Printf("OS: %s
Architecture: %s
", runtime.GOOS, runtime.GOARCH)
}

Running above code gives me

OS: linux
Architecture: amd64

hovever when I try to cross compile on windows (using JetBrain's Goland IDE) with

> go version
go version go1.9.2 windows/amd64

using GOOS=linux ;GOARCH=amd64 environment flags, I get following error

cmd/go: unsupported GOOS/GOARCH pair linux /amd64

I am new to golang, so I might be missing something simple, but this error got me stuck. Any help appreciated...

  • 写回答

1条回答 默认 最新

  • dtl85148 2018-01-15 21:40
    关注

    It looks like your GOOS is getting set to "linux ", not "linux".

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 如何增强飞上天的树莓派的热点信号强度,以使得笔记本可以在地面实现远程桌面连接
  • ¥15 MCNP里如何定义多个源?
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题
  • ¥15 网络监控:网络故障告警通知
  • ¥15 django项目运行报编码错误
  • ¥15 请问这个是什么意思?
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services