> [0x40040ef0] math.init·1+0x28 /home/rmib/Develop/arm/go/src/pkg/math/
> pow10.go:24
> math.init·1()
The panic indicates that it's an illegal opcode but
the offending line in src/pkg/math/pow10.go looks
like it would simply be a store instruction.
If you send me the source file and the 5.out, I'll
look into it for you.
Also, what version of Go are you using?
Thanks,
Anthony
If you haven't already, could you try rebuilding your go tree with
GOARM=5 set. I'm not an expert on the differences on the various arm
flavours but I suspect that from the compilers point of view v6 is
closer to v5 and it is to v7.
Cheers
Dave
Btw, I noticed `linux arm5` was gone since 10Jun from godashboard.
Does that mean, in the near future, only one ARM will be left?
I run the arm5 builder which is offline at the moment due to a
conflict with the OOM killer (the physical host has less than 128mb of
ram available). I continue to actively test the arm5 builds, but at
the moment I can't run the builder reliably without generating an
unacceptable amount of false positives.
Cheers
Dave
I have one and will start it running.