Author Topic: Upgrading yagarto toolchain  (Read 2761 times)

0 Members and 1 Guest are viewing this topic.

Offline CinusMinus

  • LV3 Member (Next: 100)
  • ***
  • Posts: 43
  • Rating: +4/-0
    • View Profile
Upgrading yagarto toolchain
« 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. 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.
Projects:
Chicken Invaders [Finished]
TI.Image Tools [Finished]
MC2D Texture Pack Creator [Finished]
HillClimbRacing [In Development]