To enable more c++ stuff like #include <vector> I updated my yagarto toolchain using the installer provided
here. 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.