Hi
I have 2 development boards.
Olimex LPC-P7378 (No LCD 144pin NXP-2378 chip)
Kiel MCB2300 V3 (2 Row LCD, NXP2368 100pin chip)
Tried 'getting started' on OLIMEX and it built fine for both DEBUG and GNU-Target. Simulated and Ran fine in Hardware. UnDefined both SUPPORT_LCD and SUPPORT_GLCD since neither were appropriate for the hardware.
Tried the same with MCB2300 using a 'new' set of uTasker Files. changed to
#define LPC2368FBD100, #define KEIL_MCB2300, undefined SUPPORT_GLCD and defined SUPPORT_LCD.
Build (for DEBUG) failed with
1>Linking...
1>LCD.obj : error LNK2019: unresolved external symbol _CollectCommand referenced in function __fnWriteDisplay
1>.\Debug/uTaskerV1-4.exe : fatal error LNK1120: 1 unresolved externals
I know Mark has tested MBC2300 but I don't know if it is the same version board (V3).
If I undefine SUPPORT_LCD it builds OK but of course looses a useful LCD panel.
Has anone come across this problem before. If so is there a fix?
Being a total Newbie at VS, C and ARM7 I don't have sufficient confidence yet to go poking around in the innards of the code.
Thanks in advance
FOXY (Martin Fox)