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?