I'm trying to build spark/firmware on Ubuntu, but when running make
I only get the following error message
../build/common-tools.mk:26: *** "crc32 tool is not found". Stop.
I tried using
apt-get install crc32
but there is no such package. How can I install the crc32
tool?
Use
sudo apt-get install libarchive-zip-perl
I found the correct package by using apt-file
:
sudo apt-file update && sudo apt-file search /usr/bin/crc32
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With