Have you read
http://code.google.com/p/go-wiki/wiki/GoArm ?
Cheers
Dave
On Thu, Nov 15, 2012 at 10:19 AM, <
smith.wi...@gmail.com> wrote:
> I built go 1.0.3 on an ARMv7 based Pandaboard, most of the tests ran ok,
> except that it spat out several hundred lines of json like data and reported
> this (json data omitted):
>
> ...
> panic: gob: encode+decode lost data
>
> goroutine 1 [running]:
> _/root/go1.0.3/test/bench/go1.gobinit()
> /root/go1.0.3/test/bench/go1/gob_test.go:44 +0x7a4
> _/root/go1.0.3/test/bench/go1.init·2()
> /root/go1.0.3/test/bench/go1/json_test.go:38 +0x39c
> _/root/go1.0.3/test/bench/go1.init()
> /root/go1.0.3/test/bench/go1/template_test.go:76 +0x230
> main.init()
> _/root/go1.0.3/test/bench/go1/_test/_testmain.go:62 +0x70
>
> goroutine 2 [syscall]:
> created by runtime.main
> /usr/local/go/src/pkg/runtime/proc.c:221
> FAIL _/root/go1.0.3/test/bench/go1 76.526s
>
>
> The Pandaboard is running Ubuntu 12.10, with the following GCC:
>
> gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
>
> I compiled go with GOARM=7. Any thoughts?
>
> Thanks!
>
>
> W.
>
> --
>
>