-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
IDF 5.4 release version failed to build libbtdm_app.a for ESP32S3, cannot link (IDFGH-14476) #15249
Comments
(base) zhanghaipeng@FA002031:~/esp/esp-idf/examples/bluetooth/bluedroid/ble/gatt_server$ git log
commit cf1692c
commit c6637ae ESP-IDF Partition TableName, Type, SubType, Offset, Size, Flagsnvs,data,nvs,0x9000,24K, [517/1347] Performing configure step for 'bootloader' Project build complete. To flash, run: |
@aircable |
which depends on
This log is suggesting that BT/BLE is disabled or misconfigured for some reason. |
Answers checklist.
IDF version.
v5.4-300-gc8bb53292d
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Compiling Bluetooth apps for the ESP32S3 target should succeed.
What is the actual behavior?
At the end of the build I get this error:
xtensa-esp-elf/bin/ld: cannot find -lbtdm_app: No such file or directory
Turns out, the files in the ESP-IDF are missing, they have not been compiled for the ESP32S3 target:
My previous version v5.4-dev-4375-gf420609c33 does create these files and the link succeeds.
Steps to reproduce.
use a Bluetooth app from the example
idf.py set-target esp32s3
idf.py build
error in linker
Build or installation Logs.
More Information.
Does not work on 5.4 release, does not work on 5.5 master (different error)
The text was updated successfully, but these errors were encountered: