Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

go build 报错 #65

Open
ayaya118 opened this issue Jun 5, 2019 · 0 comments
Open

go build 报错 #65

ayaya118 opened this issue Jun 5, 2019 · 0 comments

Comments

@ayaya118
Copy link

ayaya118 commented Jun 5, 2019

D:\gopath\src\github.com\go-xorm\cmd\xorm>go build

errors

compile: version "go1.10.3" does not match go tool version "go1.12.4"

internal/race

compile: version "go1.10.3" does not match go tool version "go1.12.4"

runtime/internal/atomic

flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be
set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths

runtime/internal/sys

compile: version "go1.10.3" does not match go tool version "go1.12.4"

sync/atomic

flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be
set multiple times
-I value
include directory; can be set multiple times
-S print assembly and machine code
-V print version and exit
-debug
dump instructions as they are parsed
-dynlink
support references to Go symbols defined in other shared libraries
-e no limit on number of errors reported
-o string
output file; default foo.o for /a/b/c/foo.s as first argument
-shared
generate code that can be linked into a shared library
-trimpath string
remove prefix from recorded source file paths

internal/cpu

flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
-D value
predefined symbol with optional simple value -D=identifier=value; can be
set multiple times
-I value
include directory; can be set multiple times

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant