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.
https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html
Other
149 stars 56 forks source link

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

Closed hmckinlay closed 1 year ago

hmckinlay commented 1 year ago

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

hmckinlay commented 1 year ago

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