I want to use custom toolchains from a different path than
C:\Users\USER\AppData\Local\Arduino15\packages\esp32\hardware\esp32
My toolchains for esp32 are located here.
G:\Documents\Visual Studio 2019\Arduino\hardware\espressif\esp32\tools\xtensa-esp32-elf\bin
Code:02/05/2022 21:26 <DIR> .
02/05/2022 21:26 <DIR> ..
13/05/2022 12:31 1.133.138 libgcc_s_sjlj-1.dll
13/05/2022 12:31 12.300.224 libstdc++-6.dll
13/05/2022 12:31 816.640 xtensa-esp32-elf-addr2line.exe
13/05/2022 12:31 839.168 xtensa-esp32-elf-ar.exe
13/05/2022 12:31 1.138.688 xtensa-esp32-elf-as.exe
13/05/2022 12:31 896.512 xtensa-esp32-elf-c++.exe
13/05/2022 12:31 814.080 xtensa-esp32-elf-c++filt.exe
13/05/2022 12:31 893.440 xtensa-esp32-elf-cc.exe
13/05/2022 12:31 894.464 xtensa-esp32-elf-cpp.exe
13/05/2022 12:31 5.339 xtensa-esp32-elf-ct-ng.config
13/05/2022 12:31 35.840 xtensa-esp32-elf-elfedit.exe
13/05/2022 12:31 896.512 xtensa-esp32-elf-g++.exe
13/05/2022 12:31 893.440 xtensa-esp32-elf-gcc-8.4.0.exe
13/05/2022 12:31 54.784 xtensa-esp32-elf-gcc-ar.exe
13/05/2022 12:31 54.784 xtensa-esp32-elf-gcc-nm.exe
13/05/2022 12:31 54.784 xtensa-esp32-elf-gcc-ranlib.exe
13/05/2022 12:31 893.440 xtensa-esp32-elf-gcc.exe
13/05/2022 12:31 450.048 xtensa-esp32-elf-gcov-dump.exe
13/05/2022 12:31 502.784 xtensa-esp32-elf-gcov-tool.exe
13/05/2022 12:31 1.157.120 xtensa-esp32-elf-gcov.exe
13/05/2022 12:31 4.045 xtensa-esp32-elf-gdb-add-index
13/05/2022 12:31 6.338.048 xtensa-esp32-elf-gdb.exe
13/05/2022 12:31 862.720 xtensa-esp32-elf-gprof.exe
13/05/2022 12:31 1.293.824 xtensa-esp32-elf-ld.bfd.exe
13/05/2022 12:31 1.293.824 xtensa-esp32-elf-ld.exe
13/05/2022 12:31 826.880 xtensa-esp32-elf-nm.exe
13/05/2022 12:31 937.472 xtensa-esp32-elf-objcopy.exe
13/05/2022 12:31 1.213.952 xtensa-esp32-elf-objdump.exe
13/05/2022 12:31 839.168 xtensa-esp32-elf-ranlib.exe
13/05/2022 12:31 717.824 xtensa-esp32-elf-readelf.exe
13/05/2022 12:31 817.152 xtensa-esp32-elf-size.exe
13/05/2022 12:31 816.640 xtensa-esp32-elf-strings.exe
13/05/2022 12:31 937.472 xtensa-esp32-elf-strip.exe
I did install it there because the documentation from Arduino-esp describes this to install it there via github because I forked it.
The shetch can find libraries, but when I start a project GCC and GNU are not taged on creating one.
Within libraries I can not #include other libraries, only windows library that I don't need. This is the mesage I get in the library project...
File 'Arduino.h' not found in current source file's directory or in build system paths.
Also the visual micro menu isn't collaps when I start a library project.