board:lpc1788
Build Environment : keil 4 ide
i have created one demo project.it displays an image in embedded wizard.i have tested thats work fine in embedded wizard.
when i buid the project in embedded wizard.it generates win32 folder in project folder.the win32 folder consists the .c .h files those are
application.c
core.c
effects.c
graphics.c
resources.c
views.c
i have added the files to keil4 environment to compile and build.then i got these errors.
the generated .c files from embedded wizard are have some undefind functions. like above mentioned.(below also)
linking...
lcdgui.axf: Error: L6218E: Undefined symbol EwLoadResource (referred from application.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwNewSlot (referred from application.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwPostSignal (referred from application.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwSetRectSize (referred from application.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwCastObject (referred from core.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwCompPoint (referred from core.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwCompRect (referred from core.o).
lcdgui.axf: Error: L6218E: Undefined symbol EwCreateTimer (referred from core.o)
now ,help me how to solve this.
i just want to do it with my development board lpc1788 and keil ide.
i don't want to go for other boards.
Btw: It would be helpful if you could describe more details of your project - e.g. what board you are using, which Build Environment you are using, what steps you have done, ...