This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User : 14 15 command.c:544 command_print(): debug_level: 3 | |
Debug: 15 15 options.c:184 add_default_dirs(): bindir=/builds/idf/openocd-esp32/openocd-esp32/bin | |
Debug: 16 15 options.c:185 add_default_dirs(): pkgdatadir=/builds/idf/openocd-esp32/openocd-esp32/share/openocd | |
Debug: 17 15 options.c:186 add_default_dirs(): exepath=D:/esp/toolchain/.espressif/tools/openocd-esp32/v0.10.0-esp32-20191114/openocd-esp32/bin | |
Debug: 18 15 options.c:187 add_default_dirs(): bin2data=../share/openocd | |
Debug: 19 15 configuration.c:42 add_script_search_dir(): adding D:\esp\toolchain\.espressif\tools\openocd-esp32\v0.10.0-esp32-20191114\openocd-esp32\share\openocd\scripts | |
Debug: 20 15 configuration.c:42 add_script_search_dir(): adding C:\Users\funky\AppData\Roaming/OpenOCD | |
Debug: 21 15 configuration.c:42 add_script_search_dir(): adding D:/esp/toolchain/.espressif/tools/openocd-esp32/v0.10.0-esp32-20191114/openocd-esp32/bin/../share/openocd/site | |
Debug: 22 15 configuration.c:42 add_script_search_dir(): adding D:/esp/toolchain/.espress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User : 14 12 command.c:544 command_print(): debug_level: 3 | |
Debug: 15 12 options.c:184 add_default_dirs(): bindir=/builds/idf/openocd-esp32/openocd-esp32/bin | |
Debug: 16 12 options.c:185 add_default_dirs(): pkgdatadir=/builds/idf/openocd-esp32/openocd-esp32/share/openocd | |
Debug: 17 12 options.c:186 add_default_dirs(): exepath=D:/esp/toolchain/.espressif/tools/openocd-esp32/v0.10.0-esp32-20191114/openocd-esp32/bin | |
Debug: 18 12 options.c:187 add_default_dirs(): bin2data=../share/openocd | |
Debug: 19 12 configuration.c:42 add_script_search_dir(): adding D:\esp\toolchain\.espressif\tools\openocd-esp32\v0.10.0-esp32-20191114\openocd-esp32\share\openocd\scripts | |
Debug: 20 12 configuration.c:42 add_script_search_dir(): adding C:\Users\funky\AppData\Roaming/OpenOCD | |
Debug: 21 12 configuration.c:42 add_script_search_dir(): adding D:/esp/toolchain/.espressif/tools/openocd-esp32/v0.10.0-esp32-20191114/openocd-esp32/bin/../share/openocd/site | |
Debug: 22 12 configuration.c:42 add_script_search_dir(): adding D:/esp/toolchain/.espress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\esp\remote\esp32_mp3_decoder>call D:\esp\idf\export.bat | |
Setting IDF_PATH: D:\esp\idf | |
Adding ESP-IDF tools to PATH... | |
D:\esp\toolchain\.espressif\tools\esp32ulp-elf\2.28.51.20170517\esp32ulp-elf-binutils\bin | |
D:\esp\toolchain\.espressif\tools\cmake\3.13.4\bin | |
D:\esp\toolchain\.espressif\tools\openocd-esp32\v0.10.0-esp32-20190313\openocd-esp32\bin | |
D:\esp\toolchain\.espressif\tools\mconf\v4.6.0.0-idf-20190628\ | |
D:\esp\toolchain\.espressif\tools\ninja\1.9.0\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!ENTRY org.eclipse.core.resources 4 2 2020-02-12 22:21:47.781 | |
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources". | |
!STACK 0 | |
java.lang.NullPointerException | |
at com.espressif.idf.core.build.IDFBuildConfiguration.processLine(IDFBuildConfiguration.java:421) | |
at com.espressif.idf.core.build.IDFBuildConfiguration.processCompileCommandsFile(IDFBuildConfiguration.java:356) | |
at com.espressif.idf.core.build.IDFBuildConfiguration.build(IDFBuildConfiguration.java:312) | |
at org.eclipse.cdt.core.build.CBuilder.build(CBuilder.java:45) | |
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:833) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-02-12 22:08:58.073 | |
!MESSAGE Command 'com.espressif.idf.ui.command.list' failed | |
!STACK 0 | |
org.eclipse.core.commands.ExecutionException: Paths can't be empty. Please check IDF_PATH and Python | |
at com.espressif.idf.ui.update.ListInstalledToolsHandler.execute(ListInstalledToolsHandler.java:38) | |
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) | |
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: OpenWeatherMap API | |
version: '2.5' | |
externalDocs: | |
description: API Documentation | |
url: 'https://openweathermap.org/api' | |
servers: | |
- url: 'https://api.openweathermap.org/data/2.5' | |
security: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: OpenWeatherMap API | |
version: '2.5' | |
externalDocs: | |
description: API Documentation | |
url: 'https://openweathermap.org/api' | |
servers: | |
- url: 'https://api.openweathermap.org/data/2.5' | |
security: |