Arduino IDE에서 Compilation error: fork/exec {runtime.tools.vcp-tools.path}/tcmk-convert.exe: 해결 방법

Sketch 컴파일 시 발생하는 fork/exec {runtime.tools.vcp-tools.path}/tcmk-convert.exe: The system cannot find the path specified. Compilation error: fork/exec {runtime.tools.vcp-tools.path}/tcmk-convert.exe: The system cannot find the path specified

본인 %LOCALAPPDATA%/Arduino15/packages/topst/hardware/vcp/1.0.0로 이동하셔서 platform.txt 클릭 후

runtime.tools.vcp-tools.path → runtime.tools.VCP-tools.path로 변경 후 저장

그리고 다시 arduino ide에서 upload 진행

1 Like