From d88d8c3ed8553c71a789999521c330860dc5327f Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 20 Sep 2017 11:43:00 -0700 Subject: [PATCH] Updates to GCC ARM README.md for the ARCHFLAGS and correct file to update. --- IDE/GCC-ARM/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IDE/GCC-ARM/README.md b/IDE/GCC-ARM/README.md index 27e109e8a..00eb0d26e 100755 --- a/IDE/GCC-ARM/README.md +++ b/IDE/GCC-ARM/README.md @@ -10,8 +10,8 @@ ## Building 1. Make sure you have `gcc-arm-none-eabi` installed. -2. Modify the `Makefile` to point to correct `TOOLCHAIN_DIR`. -3. Use `make` and it will build both targets as `.elf` and `.hex` in `/Build`. +2. Modify the `Makefile.common` to use correct toolchain directory `TOOLCHAIN_DIR` and architecture 'ARCHFLAGS' (default is cortex-m0 / thumb). See [GCC ARM Options](https://gcc.gnu.org/onlinedocs/gcc-4.7.3/gcc/ARM-Options.html) `-mcpu=name`. +3. Use `make` and it will build the static library and wolfCrypt test/benchmark and wolfSSL TLS client targets as `.elf` and `.hex` in `/Build`. Example: