Thx, I could solve it along those lines.

Hello, being new to wolfSSL and this forum I could not find any helpful clue as
to solving the following build error:

/usr/local/stow/riscv64-unknown-elf-gcc/bin/riscv64-unknown-elf-gcc -DWOLFSSL_USER_SETTINGS -DIPADDR="192.168.0.2" -DNETMASK="255.255.255.0" -g -ffunction-sections -fdata-sections -march=rv32imac -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mdiv -Os -I. -I../ext/multizone -I../ext/picotcp/build/include -I../ext/wolfssl -I../bsp/X300 -c -o main.o main.c
In file included from main.c:18: ../ext/wolfssl/wolfssl/wolfcrypt/settings.h:1698:10: error: #error "FFDHE parameters are too large for FP_MAX_BIT as set"

The build is a subsidiary build with the enclosing one being a build of the IoT stack by Hex Five. I can build wolfSSL
in a stand-alone fashion without any problem. Toolchain is the RISC-V GNU toolchain supplied by SiFive.

Regards
Mike