Search found 6 matches

by 18927246500
Fri Sep 17, 2021 12:55 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] BLE编译错误
Replies: 6
Views: 4687

Re: BLE编译错误

ESP_Gargamel wrote:
Thu Sep 16, 2021 8:03 am
-lbtdm_app 是说要链接 libbtdm_app.a

你看下 esp-idf/components/bt/controller/lib_esp32/esp32 目录下有无 libbtdm_app.a 文件。
是否 submodule 没有更新,git submodule update --init --recursive --progress 更新一下。
非常感谢,我删掉esp-idf/components/bt/controller/lib_esp32/esp32 目录,然后重新更新了子模块就可以了。
by 18927246500
Thu Sep 16, 2021 11:27 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] BLE编译错误
Replies: 6
Views: 4687

Re: BLE编译错误

你说的这个路径确实没有这个文件,但是执行 git submodule update --init --recursive --progress 后没有任何反映,也没报超时之类的错误,我再次查看这个路径也没有你说的这个文件
by 18927246500
Thu Sep 16, 2021 7:45 am
Forum: ESP-IDF 中文讨论版
Topic: 进入IDF环境弹出的警告
Replies: 1
Views: 2439

进入IDF环境弹出的警告

使用例程执行 . $HOME/esp/esp-idf/export.sh 命令进入IDF环境时弹出那么多警告是怎么回事? Detecting the Python interpreter Checking "python" ... Python 3.6.9 "python" has been detected Adding ESP-IDF tools to PATH... Using Python interpreter in /home/jk007/.espressif/python_env/idf4.4_py3.6_env/bin/python Checking if Python pac...
by 18927246500
Thu Sep 16, 2021 5:46 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] BLE编译错误
Replies: 6
Views: 4687

Re: BLE编译错误

贴上完整的编译过程: jk007@jk007:~/桌面/ble_mesh_node/onoff_client$ idf.py build Executing action: all (aliases: build) Running ninja in directory /home/jk007/桌面/ble_mesh_node/onoff_client/build Executing "ninja all"... [6/1347] Generating ../../partition_table/partition-table.bin Partition table binary generat...
by 18927246500
Thu Sep 16, 2021 5:34 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] BLE编译错误
Replies: 6
Views: 4687

Re: BLE编译错误

是打开的
by 18927246500
Thu Sep 16, 2021 3:21 am
Forum: ESP-IDF 中文讨论版
Topic: [已解决] BLE编译错误
Replies: 6
Views: 4687

[已解决] BLE编译错误

ESP-IDF版本:ESP-IDF v4.4-dev-2594-ga20df743f1-dirty 在进行examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client 蓝牙例程编译时 执行步骤: idf.py set-target esp32 idf.py build 然后编译错误 ----------------------------------------------------------------------------------------------------------------------------------...