Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 ESP32 上使用libssh库。当我编译程序时,我得到了很多错误。
第一个错误是“致命错误:sys/select.h:没有这样的文件或目录。” 我评论它只是为了看看我是否可以通过它,它说它找不到 bignum。
知道如何让 libssh 在像 ESP32 这样的微控制器上工作吗?
谢谢。
我认为你最大的问题是你没有操作系统。
esp32 上的 linux 无法工作,因为它没有 MMU。也许freertos有可能。
为什么在 esp32 上需要 ssh。也许具有基本身份验证的 https 网络服务器可以满足您的目标。