Re: [sigrok-devel] Cannot build pulseview from git

2015-11-28 Thread Johannes Bauer
On 28.11.2015 22:58, Tilman Sauerbeck wrote: >> /home/joe/bin/sigrok/lib/libsigrok.so: undefined reference to `er_err' > > Sounds like someone typo'd sr_err(). That typo doesn't seem to be in git > though. Check your local clones? Very embarassing :-/ I git clean -dfx'ed, but didn't reset --hard

[sigrok-devel] Cannot build pulseview from git

2015-11-28 Thread Johannes Bauer
Dear sigrokers, I'm having some issues building pulseview from git. I first build libsigrok, libsigrokdecode and sigrokcli from git. No problems whatsoever. My configure lines are: (libsigrok): ./configure --prefix=/home/joe/bin/sigrok --enable-bindings --enable-cxx --disable-python --disable-ja

Re: [sigrok-devel] Rigol DS2202 LXI Implementation

2015-11-28 Thread Johannes Bauer
On 28.11.2015 18:53, Aurelien Jacobs wrote: > I think you should be able to get sigrok-cli to grab your data the way > you want, with appropriate parameters. > For example you should use --config data_source=Memory to grab the whole > memory instead of just the visible screen. Interesting -- are

[sigrok-devel] Rigol DS2202 LXI Implementation

2015-11-27 Thread Johannes Bauer
Hi there, my question only has indirectly to do with Sigrok. I tried using it together with my Rigol DS2202, but really didn't get satisfactory results with it. Namely, it always reset the sampling rate to insanely low values (I need very high sample rate for my appliacation). So I used a script t

[sigrok-devel] Regarding contributing to sigrok/PulseView

2015-01-01 Thread Johannes Bauer
Hi there, so I've given sigrok a try with some real-world(tm) measurement tasks. So far it is very promising, but there are some issues which bug me. Complaining has never gotten anyone anywhere, so I'd like to contribute :-) However I'm unsure who to coordinate with and who's the lead on the rele

[sigrok-devel] Bug in Pulseview HEAD: Saved capture data is corrupted

2014-12-31 Thread Johannes Bauer
Hi list, I built pulseview from GIT (208c6fc371951fe74ba5a08a0950f2837eef8b7b) yesterday. Did some acquisitions on my sysclk-lwla. Everything seemed fine at first, but I saw glitches in the traces. Thought it was the hardware I'm trying to debug at the moment. A couple of hours later I realize it

[sigrok-devel] Question about PulseView/possible bug

2014-11-26 Thread Johannes Bauer
Hi list, first off, thanks for the great work you put into sigrok. I've tracked its progress and it seems that it's mature enough for me to switch over some measurement tasks. To play around I built sigrok from Git (libsigrok 7bfcb25, libsigrokdecode 70aa53ec, PulseView ddfda54d). One thing that