Hi
Am working on S7G2-DK board .
I have a working project for ethernet and i have included SD card support then am getting many compilation eerrors
$e2_studio\workspace\IntegrationCode\synergy\ssp\inc\framework\el/fx_api.h:1202:47: error: conflicting types for '_fxe_file_attributes_read'
#define fx_file_attributes_read _fxe_file_attributes_read
^
$e2_studio\workspace\IntegrationCode\synergy\ssp_supplemental\filex_stub/filex_stub.h:115:13: note: in expansion of macro 'fx_file_attributes_read'
UINT fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr);
^
$e2_studio\workspace\IntegrationCode\synergy\ssp\inc\framework\el/fx_api.h:1229:47: error: conflicting types for '_fxe_media_flush'
#define fx_media_flush _fxe_media_flush
^
$e2_studio\workspace\IntegrationCode\synergy\ssp_supplemental\filex_stub/filex_stub.h:129:13: note: in expansion of macro 'fx_media_flush'
please suggest , how to proceed
Thanks and Regards
Rizwan Syed