[solved] 600D: undefined reference to `bfnt_puts'

Started by escho, September 19, 2013, 10:19:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

escho

Compiling ML for 600D from latest ML-sources (including commit 46b317a) results in this error:

[ AR       ]   newlib-libc.a
[ LD       ]   magiclantern
shoot.o: In function `iso_refresh_display':
shoot.c:(.text+0x94cc): undefined reference to `bfnt_puts'
collect2: error: ld returned 1 exit status
make[1]: *** [magiclantern] Fehler 1
make[1]: Leaving directory `/home/edgar/MagicLantern/escho-magic-lantern/platform/600D.102'
make: *** [600D] Fehler 2


edit:
compiing from TL2.0 latest sources run without problems

Edgar
https://sternenkarten.com/
600D, 6D, openSUSE Tumbleweed

1%

That function is being replaced with a new font system. I just happened to work on it this morning. Lots of stuff may be "off" right now.

escho

I waited for new source-files. And now, with the latest sources, I can compile.

Thank You for the hint

Edgar
https://sternenkarten.com/
600D, 6D, openSUSE Tumbleweed