Compilation loading

After I install the PlatformIO i just write blink program for my esp32 devkit after so it is not compiling im getting like this

Linking .pio\build\esp32doit-devkit-v1\firmware.elf

This is a regular log message. It indicates that the code has been successfully built and that the final firmware image is now being built.

Is this the last message in the output? If so, the build process is stuck. Check the CPU and memory consumption of your computer and of Visual Studio Code in particular.

If this is not the last message in the output, then please copy the entire output and put triple quotes (```) around it for formatting.

It might also be helpful if you better describe what your doing and what happens. How did you start compilation? How do you know it has failed? …

1 Like