cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

Build doesn't work on Apple Silicon (M1) Mac #916

Closed ecwhitney42 closed 2 years ago

ecwhitney42 commented 2 years ago

The build for SoapySDR fails with architecture (referring to arm64).

My guess is something in the makefiles is trying to figure out the target architecture and it has never been tested with this one...

-Erich

SDRplay commented 2 years ago

Building the SoapySDR framework for M1 is straight-forward and that all works well. However, my CubicSDR M1 build refuses to start - anyone got it working with wxWidgets 3.1.5?

Andy

SDRplay commented 2 years ago

Figured it out - Hamlib was causing the issue - don't know why - maybe it's a x64 build that homebrew installs?? I'll try building it from source to see if that fixes the problem. Other than that, CubicSDR seems to be running fine on M1 so I think this issue can be closed.

vsonnier commented 2 years ago

Thanks @SDRplay for your support and findings ! Closing !