newbie in arduino and datalogging

Hello to everyone.

sorry for my poor english, but its not my native language.

Im trying to make and easy cataloguer, with arduino Uno and seek robot data logging shield, but i can't upload the example code for datalogger.

Appear this issue

Arduino:1.6.4 (Mac OS X), Placa:"Arduino Uno"

Sketch uses 14.018 bytes (43%) of program storage space. Maximum is 32.256 bytes.
Global variables use 923 bytes (45%) of dynamic memory, leaving 1.125 bytes for local variables. Maximum is 2.048 bytes.
avrdude: ser_open(): can't open device "COM1": No such file or directory
ioctl("TIOCMGET"): Inappropriate ioctl for device
Problema subiendo a la placa. Visita http://www.arduino.cc/en/Guide/Troubleshooting#upload para sugerencias.

This report would have more information with
"Show verbose output during compilation"
activala desde Archivo > Preferencias

does anyone have an idea to resolve this, or guide me??

Regards from chile.

This doesn't seem to be a compilation error.

It is a problem with the "avrdude" program, which sends the compiled code of your program to the arduino.

Make sure you have selected the correct arduino board in the menu on the ide.

It may also be a problem with the virtual usb/serial port on your computer. If you are using a mac, I don't know what to advise. Try unplugging and replugging the usb cable to the arduino, and try to verify that the computer has recognised the connection.