Cannot install ESP IDF tools on Windows 10

johnabel
Posts: 46
Joined: Sun Mar 26, 2017 5:06 pm

Cannot install ESP IDF tools on Windows 10

Postby johnabel » Wed Apr 21, 2021 9:42 am

I tried both the offline and online installers, neither worked.
The online installer complained about "directory existing and not being empty". It was empty at the start, but obviously not later on. The installer finished but not everything was installed.
The offline installer failed with exit code 1. I tried again disabling the defender antivirus. Same thing.
What else do I have to do to install the tools on Windows 10?

User avatar
Vader_Mester
Posts: 300
Joined: Tue Dec 05, 2017 8:28 pm
Location: Hungary
Contact:

Re: Cannot install ESP IDF tools on Windows 10

Postby Vader_Mester » Wed Apr 21, 2021 11:21 am

Can you post your logs how it has failed?

Also, if you are using any IDE, like Eclipse, or VSCode, they have extensions that you can install into the IDE, and the extension can help you set up the tools and the environment. There are video tutorials and also guides HERE!

Code: Select all

task_t coffeeTask()
{
	while(atWork){
		if(!xStreamBufferIsEmpty(mug)){
			coffeeDrink(mug);
		} else {
			xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
			xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
		}
	}
	vTaskDelete(NULL);
}

Who is online

Users browsing this forum: Majestic-12 [Bot] and 173 guests