diff options
author | David Barksdale <amatus@amatus.name> | 2015-11-24 18:32:30 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-11-24 18:32:30 -0600 |
commit | bb995e3ad7b38187a52c1e579ce73ec8e21ef47a (patch) | |
tree | 2bd76119bf5e8f3e4b22922d3c74eb509d978ac3 | |
parent | 415dc8d2e39f2f0a6d2947636445e10c9b9296ac (diff) |
Also install libnewlib-dev
-rw-r--r-- | laser-tag software/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/laser-tag software/README b/laser-tag software/README index a0ebe43..b1a43b6 100644 --- a/laser-tag software/README +++ b/laser-tag software/README @@ -1,5 +1,5 @@ Build instructions for Ubuntu: -0) apt-get install cmake gcc-arm-none-eabi +0) apt-get install cmake gcc-arm-none-eabi libnewlib-dev 1) export ARMGCC_DIR=/usr cd KSDK_1.2.0/lib/ksdk_platform_lib/armgcc/KL27Z4 ./build_debug.sh |