We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PortMidi works well on my host, but it's not functional on my Nerves RPi. I get this error when I try PortMidi.devices on the pi:
{:load_failed, 'Failed to load NIF library: \'srv/erlang/lib/portmidi-5.1.1/priv/portmidi_devices.so: invalid ELF header\''}
I'm just getting started with Nerves, and I'm not familiar with make. @ConnorRigby pointed to cross compilation here: https://github.com/nerves-project/dhcp_server/blob/master/Makefile
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PortMidi works well on my host, but it's not functional on my Nerves RPi. I get this error when I try PortMidi.devices on the pi:
{:load_failed, 'Failed to load NIF library: \'srv/erlang/lib/portmidi-5.1.1/priv/portmidi_devices.so: invalid ELF header\''}
I'm just getting started with Nerves, and I'm not familiar with make. @ConnorRigby pointed to cross compilation here: https://github.com/nerves-project/dhcp_server/blob/master/Makefile
Thank you.
The text was updated successfully, but these errors were encountered: