ESP8266 在hello_world中make flash 报错,求助大佬帮忙看看-Arduino中文社区 - Powered by Discuz! Archiver

M.Y.Dodo 发表于 2021-6-27 22:29

ESP8266 在hello_world中make flash 报错,求助大佬帮忙看看

In file included from /usr/include/sys/stat.h:104,
               from /home/mo/ESP/ESP8266_RTOS_SDK/components/console/linenoise/linenoise.c:114:
/usr/include/bits/stat.h:91:21: error: field 'st_atim' has incomplete type
   struct timespec st_atim;/* Time of last access.*/
                     ^~~~~~~
/usr/include/bits/stat.h:92:21: error: field 'st_mtim' has incomplete type
   struct timespec st_mtim;/* Time of last modification.*/
                     ^~~~~~~
/usr/include/bits/stat.h:93:21: error: field 'st_ctim' has incomplete type
   struct timespec st_ctim;/* Time of last status change.*/
                     ^~~~~~~
/usr/include/bits/stat.h:152:21: error: field 'st_atim' has incomplete type
   struct timespec st_atim;/* Time of last access.*/
                     ^~~~~~~
/usr/include/bits/stat.h:153:21: error: field 'st_mtim' has incomplete type
   struct timespec st_mtim;/* Time of last modification.*/
                     ^~~~~~~
/usr/include/bits/stat.h:154:21: error: field 'st_ctim' has incomplete type
   struct timespec st_ctim;/* Time of last status change.*/


页: [1]
查看完整版本: ESP8266 在hello_world中make flash 报错,求助大佬帮忙看看