Jump to content

Alex Brig

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello. I'm working on a project in the Keil and want to connect FatFS. In gfxconf.h file set the following settings: #define GFX_USE_GFILE TRUE #define GFILE_NEED_ROMFS TRUE #define GFILE_NEED_FATFS TRUE #define GFILE_ALLOW_DEVICESPECIFIC TRUE #define GFILE_MAX_GFILES 2 When you compile the project get the error: Error: L6218E: Undefined symbol disk_initialize (referred from gfx_mk.o). Error: L6218E: Undefined symbol disk_ioctl (referred from gfx_mk.o). Error: L6218E: Undefined symbol disk_read (referred from gfx_mk.o). Error: L6218E: Undefined symbol disk_status (referred from gfx_mk.o). Error: L6218E: Undefined symbol disk_write (referred from gfx_mk.o). Error: L6218E: Undefined symbol get_fattime (referred from gfx_mk.o). What should be done to resolve these errors? Thank you.
×
×
  • Create New...