Command not found on Arduino V 2.3.4

I use macOS Sonoma 14.1.2 with Arduino V 2.3.4 error with message below after verifying code:

bash: line 1: cp: command not found
exit status 127

Compilation error: exit status 127

I think the problem system variable is not set. Using cp command with terminal has no problem.

Thank you
Nott

Topic moved from IDE 1.x to IDE 2.x

Show the complete verbose error log in code tags.

1 Like

Thank you, the problem was solved by adding compiler path to system variable path.

Sorry, now that I drive a Mac I forget about the executable path.