-
Notifications
You must be signed in to change notification settings - Fork 12
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
Compiling Error #1
Comments
Can you try to do a make clean command?
I think it‘s „idf.py clean“ and then restart the build process?
U replaced all files from my github?
BR
Markus
wolfpaw98 <[email protected]> schrieb am So. 1. März 2020 um 22:10:
… Thanks for your interesting YouTube video and code. I have successfully
compiled and flashed an ESP32 with the stock Expressif code and it works
(minus the volume control), but I get a compile error when I try to compile
your code. The example code has 8 files in the "main" directory which I
have replaced with the 8 files in the zip file. When I compile this, I get
the error:
/home/pi/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld:
esp-idf/main/libmain.a(bt_app_core.c.obj):(.literal.bt_i2s_task_handler+0x4):
undefined reference to s_volume'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
ninja failed with exit code 1`
Can you offer any help in what I might be doing wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=ANPGV2MAAMTTWWGV72WHCHDRFLFKRA5CNFSM4K7ILOI2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRQV52A>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANPGV2J57JVK6MA3CFDZXCTRFLFKRANCNFSM4K7ILOIQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your interesting YouTube video and code. I have successfully compiled and flashed an ESP32 with the stock Expressif code and it works (minus the volume control), but I get a compile error when I try to compile your code. The example code has 8 files in the "main" directory which I have replaced with the 8 files in the zip file. When I compile this, I get the error:
/home/pi/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(bt_app_core.c.obj):(.literal.bt_i2s_task_handler+0x4): undefined reference to
s_volume'collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
ninja failed with exit code 1`
Can you offer any help in what I might be doing wrong?
The text was updated successfully, but these errors were encountered: