SMIDIRIN Posted January 15, 2010 Report Posted January 15, 2010 here is the error: D:\midibox_lc_v2>make -s lc_lcd.o: In function `LC_LCD_DisplayPageSet': D:\midibox_lc_v2/lc_lcd.c:454: undefined reference to `GLCD_FONT_SMALL' D:\midibox_lc_v2/lc_lcd.c:454: undefined reference to `GLCD_FONT_NORMAL' D:\midibox_lc_v2/lc_lcd.c:454: undefined reference to `GLCD_FONT_BIG' D:\midibox_lc_v2/lc_lcd.c:454: undefined reference to `GLCD_FONT_METER_ICONS_H' D:\midibox_lc_v2/lc_lcd.c:454: undefined reference to `GLCD_FONT_METER_ICONS_V' D:\midibox_lc_v2/lc_lcd.c:454: undefined reference to `GLCD_FONT_KNOB_ICONS' collect2: ld returned 1 exit status make: *** [project.elf] Error 1 i have set environment variables. something else needed? :unsure: Quote
philetaylor Posted January 15, 2010 Report Posted January 15, 2010 Latest SVN works fine for me! What LCD environment variable (MIOS32_LCD) have you got set? Thanks Phil Quote
SMIDIRIN Posted January 15, 2010 Author Report Posted January 15, 2010 Latest SVN works fine for me! What LCD environment variable (MIOS32_LCD) have you got set? Thanks Phil sorted. :rolleyes: MIOS32_LCD=ks0108 had changed from clcd, needed to restart pc!!! thanks phil! :thumbsup: Quote
philetaylor Posted January 15, 2010 Report Posted January 15, 2010 Good to hear, I suspected that it was LCD related as the glcd_font module is only included by the glcd modules. Cheers Phil Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.