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:
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
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:
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now