Topic: Building Wolfssl with Xilinx 2016.2 for freertos
Hi,
I have trouble building wolfssl in Xilinx SDK 2016.2. Dependency errors keep popping up one after other.
I got it to build successfully on linux.
Tool Details:
Xilinx SDK 2016.2
OS Platform: freertos823_xilinx
Processor: ps7_cortexa9
Purpose :
1. Verify the authenticity of a signature using public key. (ECDSA)
2. Need a 128 bit random number generator meeting SP800-90A and SP800-90B.
PS: I tried uncommenting #define FREERTOS in settings.h.
Any suggestions are appreciated.