Open 2Frez opened 2 years ago
I guess no, at least I don't know about any attempts to install it on RaspbianPi. But I thought about it. Can you suggest the idea of how to reproduce the build on some kind of x86 emulator?
./configure: /bin/sh: bad interpreter: No such file or directory
This line looks very suspicious. Your system can't build m4
tool, which is strange because m4
is a very common thing.
Btw the whole build process in your snippet tries to re-build the toolchain from scratch. Why is this? I suppose that your system does have a working toolchain already, so you probably need to adjust asterisk-dongle
to use it somehow. Consider checking other application projects which do build for arm, probably there should be a hint.
I guess no, at least I don't know about any attempts to install it on RaspbianPi. But I thought about it. Can you suggest the idea of how to reproduce the build on some kind of x86 emulator?
I suppose raspberry pi OS might be run on virtualbox: https://roboticsbackend.com/install-raspbian-desktop-on-a-virtual-machine-virtualbox/
Faced the error during installation on Raspbian 10 (RaspberryPi 3B+) and didn't find any solution. Here are my steps:
At first I installed nix for ARMv7 from https://hydra.nixos.org/job/nix/master/binaryTarballCross.x86_64-linux.armv7l-linux (tried different version). Then run installation of asterisk-dongle and got the error:
Did anyone solve this?