kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

On compile: clang: error: argument unused during compilation: '-mno-thumb' #9

Open jsgoecke opened 10 years ago

jsgoecke commented 10 years ago

When I attempt to compile the Go example here:

https://gist.github.com/jsgoecke/3ded0b03241ea8524957

I get this output (w or w/o CGO_ENABLED 0):

CGO_ENABLE=0 GOARCH=arm GOOS=linux go build -o builds/cyclonWater cyclonWater.go

runtime/cgo

clang: error: argument unused during compilation: '-mno-thumb'

kidoman commented 10 years ago

What is the host configuration?