fatal error: soc/soc_caps.h: no such file or directory #196
-
Hello This is the error I'm getting.
What is the file soc/soc_caps.h supposed to be? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Its compiling now. I have no clue what changed, but I did unistall and reinstall the ESP32 board manager. I did get another different warning, but there was an easy fix.
I got the warning below.
The easy fix I found was to initialize the the string a char variable before the command.
|
Beta Was this translation helpful? Give feedback.
-
This error depends on the Espressif vs. SimpleFOC versions, because Espressif changes their APIs over time. In terms of the warning, this has now been fixed and will be part of the next release. |
Beta Was this translation helpful? Give feedback.
This error depends on the Espressif vs. SimpleFOC versions, because Espressif changes their APIs over time.
In terms of the warning, this has now been fixed and will be part of the next release.