Search found 6 matches

by anghockleong501
Wed Sep 25, 2019 6:18 am
Forum: ESP-IDF
Topic: Does ESP32 provide samba support at IDF?
Replies: 2
Views: 5810

Re: Does ESP32 provide samba support at IDF?

Hi ESP32 Engineers,
I think I found the source of this source code.
It should old version from http://members.inode.at/anton.zechner/az/ .
I will study how to compile it.

You may close this post.
Thank you.
by anghockleong501
Tue Sep 24, 2019 6:45 am
Forum: ESP-IDF
Topic: Does ESP32 provide samba support at IDF?
Replies: 2
Views: 5810

Does ESP32 provide samba support at IDF?

Hi Sir/Madam/Miss, From old source code of a old project, I found IDF library components has samba source code. There is compilation error has for this samba source code, other code is able to compile. The unknown samba source code is at file name smbserver.tar.gz and be attached to this email. The ...
by anghockleong501
Wed Sep 11, 2019 6:19 am
Forum: ESP-IDF
Topic: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?
Replies: 6
Views: 7197

Re: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?

Hi, I have set up a linux OS's PC and compile at linux OS. 1. The hello world example is compiled successfully for ESP-IDF version 2.0-rc2 using Get Started guide for ESP-IDF v2.1.1 https://docs.espressif.com/projects/esp ... index.html 2. The hello world example is compiled successfully for stable ...
by anghockleong501
Fri Sep 06, 2019 7:23 am
Forum: ESP-IDF
Topic: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?
Replies: 6
Views: 7197

Re: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?

Hi ESP_Angus, For "What version of the IDF source code do you have? You need to follow the documentation that matches the IDF source code version you have.", the IDF version I used is 3.3. After I use ver 4.0, the error disappear but new error is appear as below: Using Python in C:\Users\Andy\AppDat...
by anghockleong501
Fri Sep 06, 2019 2:42 am
Forum: ESP-IDF
Topic: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?
Replies: 6
Views: 7197

Re: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?

Hi ESP_Angus, I ignore the old set up version and follow the latest version (4.1) https://docs.espressif.com/projects/esp-idf/en/latest/get-started/windows-setup.html to set up. 1. After install the https://dl.espressif.com/dl/esp-idf-tools-setup-2.0.exe , I have the following error at ESP-IDF comma...
by anghockleong501
Thu Sep 05, 2019 3:34 am
Forum: ESP-IDF
Topic: How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?
Replies: 6
Views: 7197

How to build old IDF (esp-idf-v2.0-rc2) at Windows 10 (64 bit) which do not have CMake File?

Hi Sir and Madam, I try to build the ESP-IDF esp-idf-v2.0-rc2 at Windows 10 (64 bit) but fail. The error is below: Andy@AngHockLeong-PC MINGW32 ~/esp/19-1-18_fludrive/esp-idf-v2.0-rc2/examples/get-started/hello_world $ make menuconfig -bash: make: command not found The document to follow is : https:...