Open GoogleCodeExporter opened 9 years ago
Maybe its worth reporting that i run this on à sheevaplug with latest debian
distro.
Jurgen
Original comment by jurgensc...@gmail.com
on 18 Jan 2012 at 5:36
I have the exact same error when running the "smatool -v" command on an ARM
system running Debian Squeeze.
I compiled version 0.17
I have configured converter type 5000TL, the actual device type I have is SMA
5000TL21
Original comment by jo.kl...@gmail.com
on 13 Mar 2012 at 7:18
On ARM this seems to be caused by an alignment problem.
echo 3 > /proc/cpu/alignment solves the segfault.
See http://lecs.cs.ucla.edu/wiki/index.php/XScale_alignment
(on a Synology ds207+ nas)
Original comment by m...@peter-vos.net
on 22 Apr 2012 at 7:48
Is there a trick like this for a mips processor?
# cat /proc/cpuinfo
system type : Atheros AR7161 rev 2
machine : NETGEAR WNDR3700/WNDR3800/WNDRMAC
processor : 0
cpu model : MIPS 24Kc V7.4
BogoMIPS : 452.19
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0e90, 0x0f18,
0x06e0]
ASEs implemented : mips16
shadow register sets : 1
kscratch registers : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
I'm getting the same error on my netgear wndr3700 / OpenWRT.
Original comment by stefan.v...@gmail.com
on 28 May 2012 at 7:59
Could this issue be caused by the compile errors seen in
https://code.google.com/p/sma-bluetooth/issues/detail?id=75 ?
Is this one similar to it too? https://code.google.com/p/lz4/issues/detail?id=4
Original comment by stefan.v...@gmail.com
on 8 Jul 2012 at 8:46
This patch fixes it on my wndr3700. Thanks to janus44444!
Original comment by stefan.v...@gmail.com
on 22 Jul 2012 at 12:06
Attachments:
[deleted comment]
Hello,
On my sheevaplug (with Debian), I have the same problem.
Compilation is OK, but can't launch the program file
root@debian:/home/temp# gcc -lbluetooth -lcurl -lmysqlclient -g -o smatool018
smatool.c
root@debian:/home/temp# ./smatool018
Error ! not all codes set
*** glibc detected *** ./smatool018: double free or corruption (top):
0x00023038 ***
Aborted
root@debian:/home/temp#
Solved after typing
echo 3 > /proc/cpu/alignment
Thank you!
Original comment by dje...@gmail.com
on 1 Sep 2012 at 12:45
Hi,
I get the exact same error when using debian on my raspberry pi (B-model)
trying to communicate with my Sunny Boy 2500HF.
I have made all the changes in invcode.in but I still get "Error ! not all
codes set"
And I cannot solve anything running echo 3 > /proc/cpu/alignment. Here I get
the error: "bash: /proc/cpu/alignment: permission denied" (translated).
Can any one tell me how I can align my Raspberry cpu or why I cannot run the
command?
Br. P. Borg
Original comment by prebenb...@gmail.com
on 2 Mar 2013 at 7:01
Hi
Now I have solved this part. I had miss spelled the inverter model in my
smatool.conf file. 25000HF in stead of 2500HF.
But now I have major problems with two different date formats read from the
inverter.
2001-02-03 and 3/2/2001. Have anyone seen and solved this issue before?
Br. P.
Original comment by prebenb...@gmail.com
on 9 Mar 2013 at 11:33
Original issue reported on code.google.com by
jurgensc...@gmail.com
on 16 Jan 2012 at 8:23