[sigrok-devel] LWLA1016 error extracting bitstreams from dll

2015-12-10 Thread djethernet
Hi I'm trying to run pulseview for the LWLA1016. I can't get past extracting the bitstreams. The checksums of the second two dlls don't match. $ ./extract.sh LWLA1016/ LWLA1016//bin/lwla1016.dll: OK LWLA1016//bin/lwla1016_2008.dll: FAILED LWLA1016//bin/lwla1016_2508.dll: FAILED sha256sum: WARNING:

Re: [sigrok-devel] LWLA1016 error extracting bitstreams from dll

2015-12-12 Thread djethernet
Thanks, So now that the files are present in the new nightly, The app pulseview crashes on startup trying to open the lwla device. I'm on windows 8.1 using the WinUSB driver. Here's the respective sigrok and pulseview callstacks (device scan shows the correct device when connected btw) ./sigrok-c

Re: [sigrok-devel] LWLA1016 error extracting bitstreams from dll

2015-12-13 Thread djethernet
I needed to extern the variable lwla1016_info that was declared in sysclk-lwa\protocol.h. It wasn't being initialized in api.c and had all null members (prior there were different instances of it per compilation unit since it was declared in the header only one of which was initialized in lwla1034.