Closed auxp closed 7 months ago
If the file is missing then you forgot to download the submodules?
如果文件丢失,那么您忘记下载子模块了吗?
The subroutines have already been downloaded
Download all the latest
So D:/espidf/ESP32/main/networking/strutils.c exists?
那么 D:/espidf/ESP32/main/networking/strutils.c 存在吗?
Yes, there is
Does it help to "clean" the project? Or just delete the content of the build folder?
它有助于“清理”项目吗?或者只是删除构建文件夹的内容?
My mistake, I forgot a subroutine that can now be burned. However, if there is a new issue, the key pin cannot be reversed,
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x400e8b8f PS : 0x00060630 A0 : 0x800e2d50 A1 : 0x3ffcbe20
A2 : 0x00000000 A3 : 0x3ffc84c4 A4 : 0x00000001 A5 : 0x3ffc3bc8
A6 : 0x3ffcbf33 A7 : 0x00000000 A8 : 0x8008e87e A9 : 0x3ffbe960
A10 : 0x00000000 A11 : 0x00000000 A12 : 0x00000000 A13 : 0x3ffc2320
A14 : 0x00000001 A15 : 0x00000001 SAR : 0x00000019 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff
Backtrace:0x400e8b8c:0x3ffcbe20 0x400e2d4d:0x3ffcbe50 0x400e4114:0x3ffcbe70 0x400f736e:0x3ffcbea0 0x400f7ab1:0x3ffcbec0 0x400f8e07:0x3ffcbef0 0x400efd91:0x3ffcbf20 0x400ece62:0x3ffcbfc0 0x40112f12:0x3ffcc010 0x4011780a:0x3ffcc080 0x4011b61e:0x3ffcc0b0 0x4010d4d9:0x3ffcc0d0
ELF file SHA256: 9415e131e8efd75b
CPU halted.
The ESP32 program has been modified to be different from before.Compilation error of reloaded library.build using ESP-IDF v4.3 CMake Error at ../tools/cmake/component.cmake:475 (add_library): Cannot find source file: D:/espidf/ESP32/main/networking/strutils.c Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): main/CMakeLists.txt:239 (idf_component_register) CMake Error at ../tools/cmake/component.cmake:475 (add_library): No SOURCES given to target: __idf_main Call Stack (most recent call first): main/CMakeLists.txt:239 (idf_component_register) CMake Generate step failed. Build files cannot be regenerated correctly. cmake failed with exit code 1 Can help solve it? Thank you