Topic: Hex-five:#error "FFDHE parameters are too large for FP_MAX_BIT as set"
Hey all,
Just started to use HexFive Iot stack and hit same problem as already reported in another thread named
"Re: [SOLVED] build error in wolfssl/wolfcrypt/settings.h"
I tried following instructions given in this thread but this unfortunately did not help in my case.
Using code from here: https://github.com/hex-five/multizone-secure-iot-stack
Using toolchains and OCD from SiFive here: https://www.sifive.com/boards/
Error I get basically is this one:
../ext/wolfssl/wolfssl/wolfcrypt/settings.h:1727:10: error: #error "FFDHE parameters are too large for FP_MAX_BIT as set"
#error "FFDHE parameters are too large for FP_MAX_BIT as set"
Tried various things including tweaking wolfSSL macros but am not able to make it compile, remains stucked in zone 2.
Attached my make process output - hope that helps, certainly a stupid thing I forgot but cannot find ...
Can you please advise?
Thanks much already
coco21