Error build Marlin Anet A8

Hi,

I’ve problem when I want to build Marlin v2 for my Anet A8.
I have this message four time

Assembler messages:
Fatal error: can’t create .pio/build/sanguino1284p/src/src/HAL/AVR/fast_pwm.cpp.o: Aucun fichier ou dossier de ce type
*** [.pio/build/sanguino1284p/src/src/HAL/AVR/fast_pwm.cpp.o] Error 1

Thanks

Could be a problem with long path names under windows.

Does compilation work when you move the Marlin project folder directly to C:\ and reopen the project in VSCode from there, and then build?

I’m on Linux but I’m going to try change the location of my folder

Compilation it’s ok.
Thanks !