eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
246 stars 141 forks source link

azure_iot_security_module assumes GCC compiler #10

Closed ryanwinter closed 3 years ago

ryanwinter commented 4 years ago

This function makes no allowances for additional compilers and defaults to GCC. This produces compiler errors using other compilers such as IAR and RXCC if ASC is enabled.

https://github.com/azure-rtos/netxduo/blob/e7f92a55a41fdd7471d32f76bc512822e4ee1993/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/asc_security_coreBuild.cmake#L16

TiejunMS commented 3 years ago

Fixed in 6.1.2 patch release.