Jump to content

fastlink30

Members
  • Posts

    80
  • Joined

  • Last visited

Posts posted by fastlink30

  1. from emblocks forum, we continue here (tectu rules)

    tectu, can i send you my project for chibios & ugfx (2.2) under emblocks? i'm stuck on error:

    Compiling: src\main.c

    Compiling: ugfx\drivers\gdisp\SSD1289\gdisp_lld_SSD1289.c

    src\main.c: In function 'Blinky':

    src\main.c:43:27: warning: unused parameter 'arg' [-Wunused-parameter]

    Compiling: ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c

    ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:48:35: error: unknown type name 'MouseReading'

    ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:26:16: warning: 'lastx' defined but not used [-Wunused-variable]

    ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:26:23: warning: 'lasty' defined but not used [-Wunused-variable]

    ugfx\drivers\ginput\touch\ADS7843\ginput_lld_mouse.c:28:13: warning: 'filter' defined but not used [-Wunused-function]

    chibios part is ok, but ugfx need everytime something

    is not simple make functional chibios & ugfx under emblocks (for me).

    i'm trying to make a skeleton project under emblocks, for future use.

    i've used chibistudio and is all ok, but i prefer emblock.

    thanks

    Tectu

    This is exactly the outdated board file issue :)

    If you don't mind I'd like to move this issue to the uGFX forums as it is a fully uGFX related problem. Em::Blocks works fine

    link to the project skeleton (the file is too big to attach here)

    http://ge.tt/7GrQ6o72/v/0

    uGFX is vs 2.2

  2. sorry


    22:46:16 **** Incremental Build of configuration Default for project STM32_OVEN ****
    make -j8 all
    Compiling gfx.c
    Compiling gfx_chibios.c
    Compiling gfx_freertos.c
    Compiling gfx_win32.c
    Compiling gfx_linux.c
    Compiling gfx_osx.c
    Compiling gfx_raw32.c
    Compiling gfx_ecos.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfx.c:16:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfx.c:16:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_freertos.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_freertos.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_win32.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_win32.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_chibios.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_chibios.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_linux.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_linux.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_raw32.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_raw32.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_ecos.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gfx_rawrtos.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    Compiling gqueue_gqueue.c
    from c:/ChibiStudio/ugfx/src/gos/gfx_ecos.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gdisp_gdisp.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_osx.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_osx.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gdisp_fonts.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gqueue/gqueue_gqueue.c:13:
    Compiling gdisp_image.c
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gqueue/gqueue_gqueue.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_rawrtos.c:1:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gdisp_image_native.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gos/gfx_rawrtos.c:1:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gdisp_image_gif.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_gdisp.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_gdisp.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_fonts.c:16:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_fonts.c:16:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_gif.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_gif.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gdisp_image_bmp.c
    Compiling gdisp_image_jpg.c
    Compiling gdisp_image_png.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling mf_encoding.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_jpg.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_jpg.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_png.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling mf_justify.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    Compiling mf_font.c
    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_png.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling mf_kerning.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    Compiling mf_rlefont.c
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling mf_bwfont.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling mf_scaledfont.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_justify.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.h:16,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    Compiling mf_wordwrap.c
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.h:16,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_kerning.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    Compiling gevent_gevent.c
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_scaledfont.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_rlefont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_wordwrap.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gevent/gevent_gevent.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gevent/gevent_gevent.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gtimer_gtimer.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_config.h:17,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_encoding.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_font.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.h:15,
    from c:/ChibiStudio/ugfx/src/gdisp/mcufont/mf_bwfont.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gtimer/gtimer_gtimer.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gtimer/gtimer_gtimer.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_gwin.c
    Compiling gwin_widget.c
    Compiling gwin_wm.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_gwin.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gwin_console.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_gwin.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_widget.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_widget.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_wm.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_wm.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_graph.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_console.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_console.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_button.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_graph.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_graph.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_slider.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_button.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_button.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_slider.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gwin_checkbox.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_slider.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_image.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_checkbox.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_checkbox.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_image.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_image.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_label.c
    Compiling gwin_radio.c
    Compiling gwin_list.c
    Compiling gwin_progressbar.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    Compiling gwin_container.c
    from c:/ChibiStudio/ugfx/src/gwin/gwin_label.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    Compiling gwin_frame.c
    from c:/ChibiStudio/ugfx/src/gwin/gwin_label.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gwin_gl3d.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_radio.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_radio.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_list.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_list.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_progressbar.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_progressbar.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_container.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_container.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_frame.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling ginput_ginput.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_frame.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_gl3d.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling ginput_mouse.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gwin/gwin_gl3d.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling ginput_keyboard.c
    Compiling ginput_toggle.c
    Compiling ginput_dial.c
    Compiling gadc_gadc.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_ginput.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_ginput.c:15:
    Compiling gaudio_gaudio.c
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_mouse.c:16:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_mouse.c:16:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_keyboard.c:18:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_keyboard.c:18:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gmisc_gmisc.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_toggle.c:16:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_toggle.c:16:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_dial.c:16:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/ginput/ginput_dial.c:16:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gadc/gadc_gadc.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gadc/gadc_gadc.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gaudio/gaudio_gaudio.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gmisc_arrayops.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gaudio/gaudio_gaudio.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gmisc/gmisc_gmisc.c:13:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gmisc/gmisc_gmisc.c:13:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gmisc_trig.c
    Compiling gfile_gfile.c
    Compiling gfile_fs_native.c
    Compiling gfile_fs_ram.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gmisc/gmisc_arrayops.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gmisc/gmisc_arrayops.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gfile_fs_rom.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gmisc/gmisc_trig.c:15:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gfile_fs_fatfs.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gmisc/gmisc_trig.c:15:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_gfile.c:14:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_gfile.c:14:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_native.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_native.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_ram.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_ram.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_rom.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_rom.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_fatfs.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_fatfs.c:12:
    Compiling gfile_fs_petitfs.c
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gfile_fs_mem.c
    Compiling gfile_fs_chibios.c
    Compiling gfile_fs_strings.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_petitfs.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    Compiling gfile_printg.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_petitfs.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gfile_scang.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_mem.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_mem.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_strings.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_strings.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_chibios.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fs_chibios.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_printg.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_printg.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_scang.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_scang.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling gfile_stdio.c
    Compiling gfile_fatfs_wrapper.c
    Compiling gfile_fatfs_diskio_chibios.c
    Compiling gfile_petitfs_wrapper.c
    Compiling gfile_petitfs_diskio_chibios.c
    Compiling gdisp_lld_SSD1289.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_stdio.c:12:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_stdio.c:12:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling ginput_lld_mouse.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_diskio_chibios.c:14:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_diskio_chibios.c:14:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_wrapper.c:14:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_fatfs_wrapper.c:14:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_wrapper.c:14:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_wrapper.c:14:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_diskio_chibios.c:14:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/src/gfile/gfile_petitfs_diskio_chibios.c:14:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    Compiling page_intro.c
    from c:/ChibiStudio/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:8:
    Compiling sd_card.c
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    Compiling main.c
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from c:/ChibiStudio/ugfx/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from c:/ChibiStudio/ugfx/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from PAGE/page_intro.c:8:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from PAGE/page_intro.c:8:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from main.c:18:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from main.c:18:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,
    from OVEN/sd_card.c:9:
    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]
    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,
    from OVEN/sd_card.c:9:
    ./gfxconf.h:237:0: note: this is the location of the previous definition
    OVEN/sd_card.c: In function 'sd_init':
    OVEN/sd_card.c:91:9: warning: variable 'errmsg' set but not used [-Wunused-but-set-variable]
    Linking build/ch.elf
    Creating build/ch.hex
    Creating build/ch.bin
    Creating build/ch.dmp

    text data bss dec hex filename
    87668 2736 9172 99576 184f8 build/ch.elf

    Done

    22:46:39 Build Finished (took 22s.969ms)

  3. ok, enabled GFILE_NEED_FATFS but i receive many of this errors when i compile

    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,

    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_gif.c:15:

    ./gfxconf.h:237:0: note: this is the location of the previous definition

    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,

    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12:

    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]

    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,

    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_native.c:12:

    ./gfxconf.h:237:0: note: this is the location of the previous definition

    In file included from c:/ChibiStudio/ugfx/gfx.h:157:0,

    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15:

    c:/ChibiStudio/ugfx/src/gfile/sys_options.h:130:0: warning: "GFILE_NEED_FATFS" redefined [enabled by default]

    In file included from c:/ChibiStudio/ugfx/gfx.h:55:0,

    from c:/ChibiStudio/ugfx/src/gdisp/gdisp_image_bmp.c:15:

    ./gfxconf.h:237:0: note: this is the location of the previous definition

  4. there are example of the use of opengfile() with mmc card?

    i have connected mmc and with fatfs functions all is ok, but with gfile i can't open file

    i have enabled GFILE_NEED_CHBIOSFS on gfxconf.h (i use chibios)

    fatfs i use 0.9patched (provided with chibios)

    thanks

  5. i'm starting to use the gfile module to read sd-card, but i not see information of how to use it, i mean how i can choose what spi to use? any simple example?

    thanks

  6. use chibistudio - stm32f4 discovery chibi/os & ugfx from repository

    driver use fsmc

    i show video of what happen, is more simple to explain:

    http://youtu.be/Hy4FAoNO5EM

    sometimes when the board start the display remain white (only backlite), after some reset i see the logo of ugfx (perfect),

    after the logo everytime the first lines are ok (seems) but after some time the display start show fuzzy things, like in the video

    can be a problem of signal speed of fsmc? too quick for the lcd? is possible slow down the signal speed?

    seems like loose the syncronism

    thanks

  7. stm32f4/discovery - ugfx from repository - chibistudio

    when i clean project & recompile:

    In file included from c:/ChibiStudio/chibios/ext/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:16:0:

    c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: missing initializer [-Wmissing-field-initializers]

    c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: (near initialization for 'pwmcfg.dier') [-Wmissing-field-initializers]

    after when simply recompile, no warning

  8. sorry, but i not understand this error from compiler, this happen if a clean project and after re-compile:

    In file included from c:/ChibiStudio/chibios/ext/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:16:0:

    c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: missing initializer [-Wmissing-field-initializers]

    c:/ChibiStudio/chibios/ext/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:38:1: warning: (near initialization for 'pwmcfg.dier') [-Wmissing-field-initializers]

    but at the end the binary are created

    but when i try the program my lcd remain white (backlight) and nothing happen, maybe the connection writed in the read.me are not correct?

    i checked all the cable and is all ok, and 'rem' all the lines that initialize other functions, now there are only ugfx function/initialization

    where i can found hardware connection to display (i think on wiki)?

  9. tectu:

    no, at the moment no, but i must check some things, when is all functional i write here :)

    dm13dv1b:

    is not a problem, your code helped me much

    some suggestion: add the ginput_lld_mouse_board.h on repository & make the path of the include in the gdisp_lld_SSD1289.c relative ;)

  10. ok, now i can compile, thinked i have ctivated the pwm in halconf.h, but not :)

    the read.me present on the repository that dm13dv1b write, with example to use uGFX with ssd1289 & chibios

    i hope he see this & add also the ginput_lld_mouse_board.h file on repository

    thanks

  11. i tryed to use this example to complete my source code, i have copied the file board_SSD1289.h & gdisp_lld_SSD1289.c as explained in the read.me file (ginput_lld_mouse_board.h missing, so i have used another found in the c:\ChibiStudio\ugfx\boards\base\Olimex-STM32-LCD\ directory), modified the makefile (looked your original, and changed mine)

    but when i compile i had this errors:

    In file included from c:/ChibiStudio/ugfx/drivers/gdisp/SSD1289/gdisp_lld_SSD1289.c:16:0:

    c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:27:1: error: unknown type name 'PWMConfig'

    c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:29:3: warning: excess elements in scalar initializer [enabled by default]

    c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:29:3: warning: (near initialization for 'pwmcfg') [enabled by default]

    c:/ChibiStudio/ugfx/boards/addons/gdisp/board_SSD1289_stm32f4discovery.h:30:3: warning: excess elements in scalar initializer [enabled by default]

    thanks

  12. tectu: i removed the size_t (raw32.h) becouse i was trying to disable the various definitions, but without uint32_t must be undeclared, and for this, after appear errors

    inmarket: attached main.c, the other include are needed, becouse i need other stuff/pin, i'm testing firmware on stm32f4discovery

    thanks

    main.rar

×
×
  • Create New...