Closed hwmaier closed 3 years ago
Thank you for the feedback. This file needs to be excluded. We will fix this in next release.
Yeah, I thought so too that this is some sort of left-over file. Came across it when I tried to test the crypto routines. I keep it excluded for now in my local repo. Thanks for checking.
When
NX_CRYPTO_SELF_TEST
is defined, the modulenx_crypto_module_start.c
is compiled which appears to be hardware specific (STM32F469) and not compatible with the gcc compiler showing following compilation errors:Once the module
nx_crypto_module_start.c
is removed fromnetxduo\crypto_libraries\CMakeLists.txt
, NetXDuo compiles and_nx_crypto_method_self_test()
can be called and used.