Hi everyone,
I downloaded digilent.waveforms_3.2.6_armhf.deb and installed it on my system.
The "dwfcmd" command is working fine and the python examples also work.
Now I want to compile the C examples and I keep getting errors:
analogin_trigger.c:(.text+0x74): undefined reference to `FDwfDeviceOpen'
analogin_trigger.c:(.text+0x9c): undefined reference to `FDwfGetLastErrorMsg'
analogin_trigger.c:(.text+0xd4): undefined reference to `FDwfAnalogInFrequencySet'
analogin_trigger.c:(.text+0xec): undefined reference to `FDwfAnalogInBufferSizeSet'
analogin_trigger.c:(.text+0x110): u