![]() |
|
undefined __errno build problem - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forumdisplay.php?fid=1) +--- Forum: ARM GCC toolchain (https://www.embitz.org/forum/forumdisplay.php?fid=4) +--- Thread: undefined __errno build problem (/showthread.php?tid=228) |
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.c .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? |