We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7548740 + c0da83c commit 6a5c8d8Copy full SHA for 6a5c8d8
wolfSSL/src/chapter02.md
@@ -286,15 +286,15 @@ your executable path:
286
287
```sh
288
./configure \
289
- --host=arm-non-eabi \
+ --host=arm-none-eabi \
290
CC=arm-none-eabi-gcc \
291
AR=arm-none-eabi-ar \
292
STRIP=arm-none-eabi-strip \
293
RANLIB=arm-none-eabi-ranlib \
294
--prefix=/path/to/build/wolfssl-arm \
295
CFLAGS="-march=armv8-a --specs=nosys.specs \
296
- -DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DNO_WRITEV" \
297
- --disable-filesystem --enable-fastmath \
+ -DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DWOLFSSL_NO_SOCK -DNO_WRITEV" \
+ --disable-filesystem --enable-crypttests \
298
--disable-shared
299
make
300
make install
0 commit comments