collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
1.04k stars 288 forks source link

To do: Port to Apple 'M' series SOC #577

Open exekutive opened 1 year ago

exekutive commented 1 year ago

Compile to run natively on new current Apple hardware.

collin80 commented 1 year ago

This should be possible with the CI builds. I believe that XCode can cross compile to the Apple Silicon hardware. I'll have to check if QT 5.15 really supports it though. This may require QT6 which SavvyCAN has not fully been ported to yet.

rusoku commented 1 year ago

Apple Silicon arm64 version, Qt5.15.8, Apple SDK: macOS 13.1 https://www.rusoku.com/downloads/SavvyCAN.dmg

rusoku commented 1 year ago

Version with Qt CAN bus plugins: http://www.rusoku.com/downloads/SavvyCAN_arm64_plugins.dmg

rusoku commented 1 year ago

commit: 6405841, arm64 Apple Silicon http://www.rusoku.com/downloads/SavvyCAN_arm64_ 6405841.dmg

hhglae commented 1 year ago

Its working fine on aarch64. You just have to compile it instead of using precompiled github binaries. I am using Arch Linux with https://aur.archlinux.org/packages/savvycan atm.