Error migrating from mbed online site
I am running an mbed program on my Nucleo F303 board. It compiled and runs fine in mbed, but fails when I migrate the workspace to AC6/Eclipse. It seems to be having a problem with some font (.h) files.
it seems to be objecting to this syntax:
__//Font Generated by MikroElektronika GLCD Font Creator 1.2.0.0
//MikroElektronika 2011
//http://www.mikroe.com
//GLCD FontName : @Arial_Unicode_MS28x28
//GLCD FontSize : 28 x 28
/** Arial Font italic with 27*28 pixel matrix for use with SPI_TFT lib
- /
__align(2)
const unsigned char Arial28x28[] = {
113,28,28,4,
0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x........
__
I am new to eclipse, any suggestion whats going on? I have included the entire archive. Thanks everyone.
jk