build 3.14.0 vscode
Hi all,
I have the following problem while building software. Previously when I was building the software I had no problems but it was on a different computer. AVR and build logs in the attachment.
[build] CMake Error: failed to create link 'D:/Prusa-Firmware-MK3_3.14.0/build/MK3_FW_3.14.0_MULTILANG.hex': Niepoprawna funkcja.
(TRANSLATION: Niepoprawna funkcja. = Invalid function.)Can someone help me with this?
LOGS avr
LOGS build
RE: build 3.14.0 vscode
I spent half a day on this and found a solution. I placed the Prusa-Firmware-MK3_3.14.0 directories on drive C instead of D and the firmware build was successful!
Summary: To build the firmware via VScode you need to clone the Prusa-Firmware directory directly to your "C" drive. At least in my case, I have Windows 11.
It would be good to put this information on GitHub 🙃