Omnimaga
Calculator Community => TI Calculators => Calculator C => Topic started by: CinusMinus on November 02, 2014, 08:43:54 am
-
To enable more c++ stuff like #include <vector> I updated my yagarto toolchain using the installer provided here (http://sourceforge.net/projects/yagarto/files/latest/download?source=files). The includes don't cause any errors anymore, but I can't run the compiled programs anymore. It's likely to be caused by this:
c:/programmieren/ti_ndless_sdk/yagarto/bin/../lib/gcc/arm-none-eabi/4.7.2/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol lf2flt; defaulting to 00000000
How can I fix this? I've already consulted google, but I couldn't find any helpful answers.