STMicroelectronics / x-cube-azrtos-h7

X-CUBE-AZRTOS-H7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32H7 series of microcontrollers.

Home Page:https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPS web server not compiling - Latest version of CubeMX CubeIDE X-CUBE-AZRTOS-H7

hmckinlay opened this issue · comments

Hardware:
-NUCLEO-H753ZI
Dev Environment:
-Windows 10, latest patches
-STM32CubeIDE Version: 1.11.2 Build: 14494_20230119_0724 (UTC)
-STM32CubeMX - STM32 Device Configuration Tool Version: 6.7.0-RC4 Build: 20230113-0839 (UTC)

Fresh project, minimal configuration. Ethernet and ping working fine. Compiles fine with Web Server component added. After Crypto and TLS components are added along with "NX_WEB_HTTPS_ENABLE" configuration being selected, project stops building with a bunch of multiple definition errors.

Problem:
-build errors in below file
xcubeazrtosh7 https server build errors.txt
ioc file (zipped):
p4.zip

Blah created a new ioc file, the original was upgraded from an earlier version. Added the same config manually and it compiled.