Page 1 of 1
Build is required before Flashing, .bin file can't be accessed Error
Posted: Thu Dec 10, 2020 7:08 am
by DutchOrange
I did Build it but when I try flash it I get
Code: Select all
Build is required before Flashing, .bin file can't be accessed
Why ? And what .Bin is it looking for ?
Re: Build is required before Flashing, .bin file can't be accessed Error
Posted: Fri Dec 11, 2020 6:08 am
by ESP_bignacio
Is the build successful ? We need to see the build output to understand your issue.
If we don't have information from your environment, is very hard to understand where the problem is.
Re: Build is required before Flashing, .bin file can't be accessed Error
Posted: Fri Dec 11, 2020 7:41 am
by DutchOrange
ESP_bignacio wrote: ↑Fri Dec 11, 2020 6:08 am
Is the build successful ? We need to see the build output to understand your issue.
If we don't have information from your environment, is very hard to understand where the problem is.
Well When I build it the only thing in the terminal is:
Code: Select all
> Executing task: cmake -G Ninja .. <
Terminal will be reused by tasks, press any key to close it.
> Executing task: cmake --build . <
Terminal will be reused by tasks, press any key to close it.
Nothing New when its flashed.
That's all, Is there a log file I can send ?
Re: Build is required before Flashing, .bin file can't be accessed Error
Posted: Tue Dec 15, 2020 11:06 am
by ESP_bignacio
Extension logs should be in:
- Windows: `%USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\esp_idf_vsc_ext.log`
- Linux & MacOSX: `$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/esp_idf_vsc_ext.log`