Search found 6 matches

by karlno
Sun Dec 09, 2018 8:02 am
Forum: ESP-IDF 中文讨论版
Topic: idf更新后,导致编译不过
Replies: 3
Views: 11015

Re: idf更新后,导致编译不过

找到问题了,换行符的问题,window下的换行符导致sh文件在ubuntu下无法被执行。
by karlno
Sun Dec 09, 2018 8:01 am
Forum: ESP-IDF
Topic: failed to compile idf when i update esp-idf.
Replies: 3
Views: 5667

Re: failed to compile idf when i update esp-idf.

I got the reason!
beacaus i clone the code by tortoiseGit in window 10, but i built project in ubuntu.
Line breaks of .sh files be replaced to LF,but in ubuntu the files display ^M in files.
so the complie not running right.
by karlno
Sun Dec 09, 2018 6:04 am
Forum: ESP-IDF
Topic: failed to compile idf when i update esp-idf.
Replies: 3
Views: 5667

Re: failed to compile idf when i update esp-idf.

not this reason kaka@kaka-VBox:/mnt/share/esp32/esp-idf$ ls -l tools/kconfig/lxdialog/check-lxdialog.sh -rwxrwxrwx 1 root root 2431 12月 8 23:51 tools/kconfig/lxdialog/check-lxdialog.sh kaka@kaka-VBox:/mnt/share/esp32/esp-idf$ and i test git staus,the message is too more. kaka@kaka-VBox:/mnt/share/es...
by karlno
Sun Dec 09, 2018 5:51 am
Forum: ESP-IDF 中文讨论版
Topic: idf更新后,导致编译不过
Replies: 3
Views: 11015

Re: idf更新后,导致编译不过

一样的,make clean就会报同样的错
搜了下关键字,网上都说没有安装 libncurses5-dev的缘故,但是我ubuntu是安装过了,试了很久崩溃了。。。。
今年年头那个时候工具链版本才61的时候我编译过的,现在工具链是80了,对应的库,工具链都更新过了,不行
git子库的办法也试了,不是这个问题。
应该还是跟libncurses5-dev有关系,但是不知道为什么会有问题
by karlno
Sat Dec 08, 2018 8:10 am
Forum: ESP-IDF
Topic: failed to compile idf when i update esp-idf.
Replies: 3
Views: 5667

failed to compile idf when i update esp-idf.

I had sucess compile application base esp-idf,but when i update idf to v3.2,i failed finish the compile。 when i input make menuconfig,the error log follow as: Toolchain path: /home/kaka/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version:...
by karlno
Sat Dec 08, 2018 5:57 am
Forum: ESP-IDF 中文讨论版
Topic: idf更新后,导致编译不过
Replies: 3
Views: 11015

idf更新后,导致编译不过

idf更新到了release 3.2 然后make menuconfig报错,如下: kaka@kaka-VBox:/mnt/share/esp32/projects/hello_world$ make menuconfig Toolchain path: /home/kaka/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version: 5.2.0 make[1]: Entering directory '/mnt/share...