You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please I have a problem compiling this code I got from Github, it keeps giving me this error, I tried everything I can. I used an FTDI board to program the ESP32 board
/Users/mohamedcoulibaly/Library/Arduino15/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: cannot find crt1-sim.o: No such file or directory
/Users/mohamedcoulibaly/Library/Arduino15/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: cannot find _vectors.o: No such file or directory
collect2: error: ld returned 1 exit status
Multiple libraries were found for "WiFi.h"
Used: /Users/mohamedcoulibaly/Library/Arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi
Not used: /private/var/folders/6k/xhdhqg396t5_0vz43n1694340000gn/T/AppTranslocation/2868FBAF-E338-43DD-9C54-509E0B10FE76/d/Arduino.app/Contents/Java/libraries/WiFi
exit status 1
Error compiling for board AI Thinker ESP32-CAM.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
Please I have a problem compiling this code I got from Github, it keeps giving me this error, I tried everything I can. I used an FTDI board to program the ESP32 board
The library example I have used:
https://github.com/yoursunny/esp32cam
The error code:
Arduino: 1.8.19 (Mac OS X), Board: "AI Thinker ESP32-CAM, 240MHz (WiFi/BT), QIO, 80MHz"
/Users/mohamedcoulibaly/Library/Arduino15/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: cannot find crt1-sim.o: No such file or directory
/Users/mohamedcoulibaly/Library/Arduino15/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: cannot find _vectors.o: No such file or directory
collect2: error: ld returned 1 exit status
Multiple libraries were found for "WiFi.h"
Used: /Users/mohamedcoulibaly/Library/Arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi
Not used: /private/var/folders/6k/xhdhqg396t5_0vz43n1694340000gn/T/AppTranslocation/2868FBAF-E338-43DD-9C54-509E0B10FE76/d/Arduino.app/Contents/Java/libraries/WiFi
exit status 1
Error compiling for board AI Thinker ESP32-CAM.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Thank you all for your time.
Beta Was this translation helpful? Give feedback.
All reactions