whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

undefined reference to `vfs_select' #109

Closed aresrepair closed 6 years ago

aresrepair commented 6 years ago

Hi! After last git pull I have next error: image

what happened?

jolivepetrus commented 6 years ago

sdkconfig file?

aresrepair commented 6 years ago

sdkconfig.zip

jolivepetrus commented 6 years ago

Hi @aresrepair,

I can't reproduce this issue with your sdkconfig file.

Please, be sure that you have Lua RTOS and esp-idf upgraded to the last version and try again.

You can upgrade from the Lua RTOS folder as follows:

$ make upgrade-idf

aresrepair commented 6 years ago

Hi @jolivepetrus, It's solution, thank you