Hello to all,
I hope this can be usefull to other.
Following the instruction on the GitHub, about how to install the SDK, on my Ubuntu 15, I found this:
1. On "Tollchain:Step 5"
to solve this error:
Code: Select all
checking for GNU libtool >= 1.5.26... no
configure: error: could not find GNU libtool >= 1.5.26
I installed libtool-bin with this command:
Code: Select all
"sudo apt-get install libtool-bin"
2. On "Project template Compile:Step 6" before the commands:
I needed to execute:
And, I really don't know how, following the instruction, I created a directory named "-p".
By the way, if this happen you can execute this commands, changing the inode number however:
Code: Select all
userx@ubuntu:~/Workspace$ ls -a
. .. ESP32_BIN ESP32_RTOS_SDK –p project_template
userx@ubuntu:~/Workspace$ ls -li
total 16
311435 drwxrwxr-x 2 userx userx 4096 Dec 15 08:40 ESP32_BIN
311079 drwxrwxr-x 10 userx userx 4096 Dec 15 08:35 ESP32_RTOS_SDK
311433 drwxrwxr-x 2 userx userx 4096 Dec 15 08:35 –p
960537 drwxrwxr-x 6 userx userx 4096 Dec 15 08:40 project_template
userx@ubuntu:~/Workspace$ find . -inum 311433 -delete
userx@ubuntu:~/Workspace$ ls
ESP32_BIN ESP32_RTOS_SDK project_template
Regards
Clemente