"Error compiling for board Arduino Uno

Hi. I am a newbie using my first Arduino compatible board. It is a VMA100.
I have downloaded the IDE 1.8.5.
I am trying out the “Blink” sketch and it is not compiling.

What is going on?

Thanks in advance.

T2p

Do you get any error messages when you try compiling? If so what does it say?

Hi Mitch. Thank you for asking.

Here is the message I am getting:

Hi Mitch. Thank you for the response.
Here is the error message I am getting:

"Arduino: 1.8.5 (Windows 10), Board: “Arduino/Genuino Uno”
Sketch uses 928 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: ser_open(): can’t open device “\.\COM3”: The system cannot find the file specified.

Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences."

Open Windows Device manager and check to see what COM port your Arduino is assigned. Then you will have to choose the correct COM port in the Arduino environment. Hope this helps!