--
You received this message because you are subscribed to the Google Groups "nerves-project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nerves-projec...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "nerves-project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nerves-projec...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sudo apt-get install libarchive-dev libconfuse-dev
make nerves_rpi_defconfig
make clean
make
Getting an error about finding host-libarchive when it's attempting to build fwup. host-libconfuse appears to build correctly:
make[1]: *** No rule to make target `host-libarchive', needed by `/home/vagrant/nerves-sdk/buildroot/output/build/host-fwup-v0.0.3/.stamp_configured'. Stop.
make[1]: Leaving directory `/home/vagrant/nerves-sdk/buildroot'
make: *** [br-make] Error 2
thanks,
john