1

(3 replies, posted in wolfSSL)

Hi Chris,

Thank you, managed to compile! (with a few stubs instead of real functions)

One more question if you don't mind.

In MDK-ARM example in time-STM32F2xx.c in struct tm *wolfssl_MDK_gmtime(const time_t *c) the only input parameter 'c' is not used anywhere. Isn't it supposed to be an equivalent of gmtime() which converts time_t to tm?


Thank you,
Dmitry

2

(3 replies, posted in wolfSSL)

Hi Guys,

Sorry for possibly ignorant question, we are currently struggling to build wolfssl into exiting project. The target MCU is STM32F103RF. The compilation stumbles upon aes_asm.s with the following error:


line 40: Error:  #11-D: unrecognzed preprocessing directive
# parameter 1: %rdi

Not really an expert in ASM so at a loss at the moment.

Can anybody advise which direction to look?

Thank you,
Dmitry