Guest
#2936627
hello dear forum , I am trying to compile a C program for STM32F407 microcontroller with OlimexODS ( Eclipse + yagarto compiler ) I get the error; undefined reference to `_impure_ptr' there is no function "impure_ptr" in my whole project the error pointer points to a line containing only } - see attached screenshot yagarto version : -------------------------------------------- This build of yagarto use the following versions: binutils: 2.20.1 gcc: 4.5.1 newlib: 1.18.0 gdb: 7.1 (13.08.2010, mifi) ----------------------------------- In my code I include #include <stdio.h> #include <string.h> this must be something related to C compiler however I dont know what how can I get rid of this ? thanks
