You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (GNU Tools for Arm Embedded Processors 7-2018-q3-update)
I'm getting the error
`fatfs/drivers/fatfs_sd.c:158:12: error: conflicting types for 'select'
/usr/arm-none-eabi/include/sys/select.h:62:5: note: previous declaration of 'select' was here
int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,`
Shouldn't the use of system function names be considered as bad practice and exterminated?
The text was updated successfully, but these errors were encountered:
Using gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (GNU Tools for Arm Embedded Processors 7-2018-q3-update)
I'm getting the error
`fatfs/drivers/fatfs_sd.c:158:12: error: conflicting types for 'select'
/usr/arm-none-eabi/include/sys/select.h:62:5: note: previous declaration of 'select' was here
int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,`
Shouldn't the use of system function names be considered as bad practice and exterminated?
The text was updated successfully, but these errors were encountered: