UstepperS Motor Driver

Hi,

I've recently bought a uStepper S board. Im trying to run it with Arduino IDE.

After installing the hardware and software from github

The program wont compile im recieving this error with a empty sketch

C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy:C:\Program Files (x86)\Arduino\hardware\tools\avr/avr/lib/avr5/crtatmega328pb.o: Permission denied

exit status 1
Error compiling for board uStepperS.

Any idea how to solve this issue?

copy:... Permission denied

It seems that your operating system did not allow a file to be created (copied).

(One of the reasons for the existence of IDE ZIP version, which can be used from any folder that the user has allowed write access.)