:ArduinoVerify executing job failed: Permission denied
richardlee-kr opened this issue · 1 comments
Hello, I'm beginner of vim using SpaceVim with WSL
I want to use SpaceVim for arduino so i installed this plugins
But :ArduinoVerify gave me error

and this is my vimrc

when i sudo screen /dev/ttyS15 115200, in my vimrc, i got a whole black window and there is no respond except terminating command
------------------------------------------------------------------Edit------------------------------------------------------------------
i solved No such file or directory error but...
i installed Arduino in wsl by copying my arduino in window and try :ArduinoVerify

and :make command also got error like:

so i tried chmod 777 Arduino but it didn't work

If there is something i miss, please help me
and i'm sorry for pool English
thank for your help
I have never tried doing Arduino development on Windows, and I have no idea how well accessing a hardware device inside of WSL will work, but I can give you some general debugging tips.
You can run :ArduinoInfo to get some useful information about the plugin. One of the things it will tell you is the "Verify command", which is the shell command that is run when you do :ArduinoVerify. You can copy that command and run it directly in your terminal, and it may give you a better idea where the permission error is coming from.