epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

Arm64 architecture support #33

Closed me21 closed 8 months ago

me21 commented 8 months ago

Hello,

I tried installing libmodbuspp-dev package on arm64 single board computer. After adding the repository, I get:

pi@bananapi:~/pump_reader$ sudo apt update
Hit:1 http://deb.debian.org/debian buster InRelease
Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
Get:3 http://deb.debian.org/debian buster-backports InRelease [51.4 kB]
Get:4 http://raspbian.piduino.org buster InRelease [2835 B]
Get:5 http://deb.debian.org/debian-security buster/updates/main Translation-en [313 kB]
Fetched 402 kB in 2s (188 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'piduino/binary-arm64/Packages' as repository 'http://raspbian.piduino.org buster InRelease' doesn't support architecture 'arm64'

Would it be possible to support arm64 architecture in your repository? Or is the recommended approach to build the library from source?

me21 commented 8 months ago

Sorry, wrong repo link.