Hello everyone,
i am very new to esp world and this week i got my first esp wroom 32. after setting my board up to Arduino ide such as instructed in esp home. but the ide give's me an error like ( Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600"
c:/users/ehsan/documents/arduinodata/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find crt1-sim.o: No such file or directory
c:/users/ehsan/documents/arduinodata/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find _vectors.o: No such file or directory
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board NodeMCU-32S.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
)
i even wanted to change my com port on my device manager but i didn't because i had the right adres ( Silicon Labs cp210x usb to uart bridge(com5)). but still can not find a right way to trouble shoot.
i don't know if the nodemcu-32s the right board is but it is written down on the back of my board.
i really need your idea's on this error and how i can solve it.
thanks!!