PIC32-MAXI-WEB Compiler Error: undefined reference to `GOLFontDefault'

Started by davidl, January 23, 2015, 10:31:51 AM

Previous topic - Next topic

davidl

Hi

I got a error if i try to compile the example project, compiler version is 1.11b
MPLABX 1.30


build/default/production/_ext/1472/taskGUI.o: In function `StartScreen':
E:\PIC32\DemoSoft_PIC32-MAXI-WEB_v1_03\DemoSoft PIC32-MAXI-WEB v1.03\MainProgram\MainProgram.X/../taskGUI.c:279: undefined reference to `GOLFontDefault'
E:\PIC32\DemoSoft_PIC32-MAXI-WEB_v1_03\DemoSoft PIC32-MAXI-WEB v1.03\MainProgram\MainProgram.X/../taskGUI.c:279: undefined reference to `GOLFontDefault'
build/default/production/_ext/1472/TouchScreen.o: In function `TouchCalibration':
E:\PIC32\DemoSoft_PIC32-MAXI-WEB_v1_03\DemoSoft PIC32-MAXI-WEB v1.03\MainProgram\MainProgram.X/../TouchScreen.c:530: undefined reference to `GOLFontDefault'
E:\PIC32\DemoSoft_PIC32-MAXI-WEB_v1_03\DemoSoft PIC32-MAXI-WEB v1.03\MainProgram\MainProgram.X/../TouchScreen.c:530: undefined reference to `GOLFontDefault'
E:\PIC32\DemoSoft_PIC32-MAXI-WEB_v1_03\DemoSoft PIC32-MAXI-WEB v1.03\MainProgram\MainProgram.X/../TouchScreen.c:531: undefined reference to `GOLFontDefault'
build/default/production/_ext/1472/TouchScreen.o:E:\PIC32\DemoSoft_PIC32-MAXI-WEB_v1_03\DemoSoft PIC32-MAXI-WEB v1.03\MainProgram\MainProgram.X/../TouchScreen.c:531: more undefined references to `GOLFontDefault' follow
make[2]: Leaving directory `E:/PIC32/DemoSoft_PIC32-MAXI-WEB_v1_03/DemoSoft PIC32-MAXI-WEB v1.03/MainProgram/MainProgram.X'
make[2]: *** [dist/default/production/MainProgram.X.production.hex] Error 1
make[1]: Leaving directory `E:/PIC32/DemoSoft_PIC32-MAXI-WEB_v1_03/DemoSoft PIC32-MAXI-WEB v1.03/MainProgram/MainProgram.X'
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 749ms)



There is a file GOLFontDefault.c with the reference, is there a prob with the lib ,.. ??
Can anybody help ?


JohnS

Probably the wrong version of tool(s)

Microchip often make incompatible changes

John