2018-04-06 04:11 PM
Anyone tried to compile the STAVS (STM32F769I-Alexa Voice Service Demo) project? (on IAR Toolchain)
Unable to compile the X-CUBE-AVS-v1.0.0 project (Alexa Voice Service Demo for STM32F769 Discovery Board) using the IAR Toolchain (ver 8.20)
It gives the following error :Warning[Lt009]: Inconsistent wchar_t size
http2_client_stream.o(http2_lwip_CM7_wc16_ot.a) and 12 other objects in 2 different libraries have wchar_t size 16 bits aes.o and 440 other objects, some of them in dl7M_tlf.a and 93 other libraries have wchar_t size 32 bitsError[Li005]: no definition for '__aeabi_read_tp' [referenced from errno.o(dl7M_tlf.a)]Error while running Linker2018-04-06 06:56 PM
IAR messed with wchar moving from 7.80 to 8.20, they might have info on their site about how to mitigate or resolve this issue. You might try using an older version of the tools.