Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling for Xiao ESP32S3 #306

Open
dsssssssss9 opened this issue Dec 10, 2023 · 1 comment
Open

Error when compiling for Xiao ESP32S3 #306

dsssssssss9 opened this issue Dec 10, 2023 · 1 comment

Comments

@dsssssssss9
Copy link

dsssssssss9 commented Dec 10, 2023

HI
Hope someone can help

I have just got a SEEED Xiao ESP32S3 sense board + Camera

https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html

When i try to compile this i get the following errors....

/home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/9371D3A03917BEC5430B1019A3C12EAB/sketch/app_httpd.cpp.o:(.literal._Z10serialDumpv+0xf4): undefined reference to temprature_sens_read' /home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/9371D3A03917BEC5430B1019A3C12EAB/sketch/app_httpd.cpp.o: in function serialDump()':
/home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:147: undefined reference to temprature_sens_read' /home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:148: undefined reference to temprature_sens_read'
/home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/9371D3A03917BEC5430B1019A3C12EAB/sketch/app_httpd.cpp.o: in function dump_handler(httpd_req*)': /home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:596: undefined reference to temprature_sens_read'
/home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:597: undefined reference to `temprature_sens_read'
collect2: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1

Anyone know how to solve this?

Thanks in advance

@ali86x
Copy link

ali86x commented Feb 3, 2024

Same problem here.
The original code for ESP32 Webscam Server works, but this version gets this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants