Topic: Compile WolfSSL for TIROS with WOLFSSL_USER_IO
Hi,
I'm trying o compile WolfSSL for TIRTOS on a CC2640 chip with -DWOLFSSL_USER_IO defined I get the following error:
"/Users/justinmclean/Downloads/wolfssl-3.10.0/tirtos/../wolfcrypt/src/port/ti/ti-aes.c", line 40: fatal error: cannot open source file "inc/hw_aes.h"
1 catastrophic error detected in the compilation of "/Users/justinmclean/Downloads/wolfssl-3.10.0/tirtos/../wolfcrypt/src/aes.c".
Where is it expecting to find hw_aes.h?
In my products.make I have set:
XDC_INSTALL_DIR =/Applications/ti/xdctools_3_31_01_33_core
BIOS_INSTALL_DIR =/Applications/ti/tirtos_simplelink_2_14_03_28/products/bios_6_42_03_35/
TIVAWARE_INSTALL_DIR =/Applications/ti/tirtos_simplelink_2_14_03_28/products/cc26xxware_2_22_00_16101/driverlib/
ti.targets.arm.elf.M4F =/Applications/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/
Thanks,
Justin