Hi dev, For my environment I'm running Ubuntu 16.x in a VMWare environment under Windows 7. I also have Go 1.6 installed and working. The problem is that I've been trying to do a native Linux install of newt and I get a strange Go? error, which unfortunately prevents some executables from being build:
agraves@agravesLNXPV3997:~/dev/go/src/mynewt.apache.org/newt/newt$ go get # mynewt.apache.org/newt/newt/syscfg syscfg/syscfg.go:923: constant 4294967295 overflows int agraves@agravesLNXPV3997:~/dev/go/src/mynewt.apache.org/newt/newt$<mailto:agraves@agravesLNXPV3997:~/dev/go/src/mynewt.apache.org/newt/newt$> agraves@agravesLNXPV3997:~/dev/go/src/mynewt.apache.org/newt/newt$ cd $GOPATH agraves@agravesLNXPV3997:~/dev/go$ ls bin pkg src agraves@agravesLNXPV3997:~/dev/go$ cd bin agraves@agravesLNXPV3997:~/dev/go/bin$ ls agg codecgen eg gorename h2i mc stress basic colcmp fiximports gotext heapview newtmgr stringer benchcmp cover godex gotype hello newtvm tip bundle crypt goimports goyacc hook present toolstash callgraph digraph gomvpkg guru html2article ssadump agraves@agravesLNXPV3997:~/dev/go/bin$ Unfortunately, Go is Greek to me, although it might be interesting to figure out, I was hoping to simply test drive things on a nRF52832 Preview DK. On an aside do you know if anyone has tried using the newly released BLE 5 nRF52840 Preview DK? Any help getting my setup going would be appreciated. Thanks, ALan
