go-xorm / cmd

Command line tools for database operation written by Go, moved to https://gitea.com/xorm/cmd
BSD 3-Clause "New" or "Revised" License
168 stars 77 forks source link

go build 报错 #65

Open ayaya118 opened 5 years ago

ayaya118 commented 5 years ago

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