Upload StandardFirmata has Errors

I have trouble uploading the StandardFirmata sketch to my Arduino Uno board.
Can somebody help me with the troubleshooting?

Arduino: 1.6.5 (Mac OS X), Board:"Arduino Uno"

Build-opties gewijzigd, alles wordt opnieuw gebuild

De schets gebruikt 12.194 bytes (37%) programma-opslagruimte. Maximum is 32.256 bytes.
Globale variabelen gebruiken 940 bytes (45%) van het dynamisch geheugen. Resteren 1.108 bytes voor lokale variabelen. Maximum is 2.048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

avrdude: stk500_recv(): programmer is not responding

It means you have not selected the correct com port from the tools box or your Arduino is not working.

It has nothing to do with what you are trying to upload.

Thanks a lot, problem fixed!