EmBitz
undefined __errno build problem - Printable Version

+- EmBitz (https://www.embitz.org/forum)
+-- Forum: IDE (https://www.embitz.org/forum/forum-1.html)
+--- Forum: ARM GCC toolchain (https://www.embitz.org/forum/forum-4.html)
+--- Thread: undefined __errno build problem (/thread-228.html)



undefined __errno build problem - Cseb84 - 05-06-2025

Hi,
When i try to build my stm32 project, i get the error below:

"In function `sqrtf': wf_sqrt.cSad.text.sqrtf+0x80): undefined reference to `__errno' "

How can i fix this error?


RE: undefined __errno build problem - embitz - 06-06-2025

I just tried it here without any problems.

My guess is that you don't use the right libraries. Are you using Newlib Nano branch?