Page 4 of 4
Re: Getting started with logic analyzers - MacOS version
Posted: Fri Sep 15, 2023 9:40 pm
by Paganini
Cool!

Re: Getting started with logic analyzers - MacOS version
Posted: Fri Sep 13, 2024 9:44 pm
by pdragon
Anyone know if it's possible to build fx2pipe for os X?
I got the 6502Decoder tools to build, but trying to do the usual configure/make for fx2pipe fails on missing linux includes:
./../usb_io/../usb_io/wwusb.h:25:10: fatal error: 'linux/usbdevice_fs.h' file not found
Re: Getting started with logic analyzers - MacOS version
Posted: Sat Sep 14, 2024 1:06 pm
by Paganini
I never got any of this working in MacOS, and I tried and tried.

I ended up just doing everything in linux.
Re: Getting started with logic analyzers - MacOS version
Posted: Sat Sep 14, 2024 4:49 pm
by hoglet
I haven't heard of anyone getting fx2pipe to work in MacOS.
I would be interested to hear of reports of whether it works on newer Linux distributions
One person had an issue (in Linux Mint Debian Edition):
https://github.com/hoglet67/6502Decoder/issues/11
There is possible alterative to fx2pipe called cannelloni, linked in the above issue. This might work on MacOS.
Dave
Re: Getting started with logic analyzers - MacOS version
Posted: Sat Sep 14, 2024 8:03 pm
by pdragon
Unfortunately cannelloni won't build either, it depends on signalfd which doesn't exist on os x.
It sounds like it might be possible to replace with kqueue (see
https://stackoverflow.com/questions/105 ... o-signalfd) but I'm not sure how much work would be involved.