This should help people know exactly what to install.
In order to build everything you will need the following on the host
system:
- * A C compiler, like GCC
+ * A C/C++ compiler, like GCC
* Cmake
* GNU Bison/YACC
* GNU Flex
- arm-none-eabi-objcopy
- arm-none-eabi-as
+On GNU/Linux distros that use apt you can install these with:
+
+apt install binutils-arm-linux-gnueabi binutils-arm-none-eabi bison \
+cmake flex g++ gcc gcc-arm-linux-gnueabi gcc-arm-none-eabi gperf make wget
+
CARL9170 Firmware Configuration
When building the carl9170 firmware you will be prompted with
configuration questions.