Hi,
thanks for your suggestion. Actually, I’ve already followed the description at the link you’ve suggested, but the problem in Visual Studio is still present. Please consider that “outside”of visual studio, i can run succesfully the make command for the project including the ULP code, this measn that the “standard” GCC compiler is set-up correctly.
It seems like the VS cannot find the path to the esp32ulp-elf-binutils\bin even if the path has been put in the PATH system variable (and is correctly running using GCC outside VS).
Do I have to manually insert in the VS project the path to the tool? If yes, how can I do this?
the compiling process reaches end signaling failure, and the error log output is:
make[1]: esp32ulp-elf-as: Command not found
make[1]: *** [/esp-idf/v3.2/components/ulp/component_ulp_common.mk:41: KnobMonitor.ulp.o] Error 127
make: *** [/esp-idf/v3.2/make/project.mk:505: component-main-build] Error 2
make: *** Waiting for unfinished jobs….
Thanks for your help.