Topic: Type 'asm' operand has impossible c in WOLFSSL example with STM32CuIDE
Hi all,
I tried to run one example from I-CUBE-wolfSSL example.
My compiler is STM32CubeIDE.
I have three errors:
1- 'asm' operand has impossible constraints sp_cortexm.c /STM32L475/Middlewares/wolfSSL/wolfSSL/wolfCrypt/Core line 15344 C/C++ Problem
2- make: *** [Middlewares/wolfSSL/wolfSSL/wolfCrypt/Core/subdir.mk:403: Middlewares/wolfSSL/wolfSSL/wolfCrypt/Core/sp_cortexm.o] Error 1 STM32L475 C/C++ Problem
3- make: *** Waiting for unfinished jobs.... STM32L475 C/C++ Problem
how can i solve these errors?
Regards