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 6e3fbd8 + 4d09159 commit c7e4873Copy full SHA for c7e4873
wolfSSL/src-ja/chapter02.md
@@ -320,15 +320,15 @@ Cortex-A53を搭載したRaspberry Pi用の`Makefile.common`変更例を示し
320
321
```sh
322
./configure \
323
- --host=arm-non-eabi \
+ --host=arm-none-eabi \
324
CC=arm-none-eabi-gcc \
325
AR=arm-none-eabi-ar \
326
STRIP=arm-none-eabi-strip \
327
RANLIB=arm-none-eabi-ranlib \
328
- --prefix=/path/to/build/wolfSSL-arm \
+ --prefix=/path/to/build/wolfssl-arm \
329
CFLAGS="-march=armv8-a --specs=nosys.specs \
330
- -DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DNO_WRITEV" \
331
- --disable-filesystem --enable-fastmath \
+ -DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DWOLFSSL_NO_SOCK -DNO_WRITEV" \
+ --disable-filesystem --enable-crypttests \
332
--disable-shared
333
make
334
make install
0 commit comments