avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62

i have prolem when i uploading my code

avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0x62
avrdude: verification error; content mismatch

any help

What do you have for these?

2014-12-03_17-00-02.jpg

i did board : arduino uno
serial port com4
i try to change my serial port but still this error shown !

Start over, what happens?
Unplug the UNO
Close all IDE windows
Plug UNO back in
Start up the IDE
Select UNO
Select the correct COM port

i uninstall arduino software then i instal
i plug arduino usb and check board
also i check the serial port
all are ok
still this error

What happens on the LEDS?

when i plug usb of arduino to the software the led will turn on
and the other led will turn 3 time
so this ok
but when i click to upload my code still do this but give me this error

avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0x62
avrdude: verification error; content mismatch

Try a new USB cable
Try a different USB port
Have you every downloaded to the UNO successfully prior?
You may need a new controller or re-burn the bootloader

interesting I am getting the same error trying to learn some HTML...

this error:

avrdude: verification error, first mismatch at byte 0x7800
0x8c != 0xff
avrdude: verification error; content mismatch

the sketch attached:

you can see I am just trying to move the HTML off to the SD card...

compiles to: Binary sketch size: 31,678 bytes (of a 32,256 byte maximum)

I have a similar one (with SD library, but without the call to the file) that works. On my UNO with the stock Wiznet Shield...

I also have the F() macro giving me this:

NTPClockWithWebPageWithSD.ino: In function 'void updateLCD()':
NTPClockWithWebPageWithSD.ino:95: warning: only initialized variables can be placed into program memory area

NTPClockWithWebPageWithSD.ino (9.02 KB)

sorry BulldogLowell

but did you solved this problem ??

also i check your code there are an error with liquidCrystal_I2C lcd(0x27, 16, 2);
!??

zouz:
also i check your code there are an error with liquidCrystal_I2C lcd(0x27, 16, 2);
!??

I use a different library https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads

zouz:
sorry BulldogLowell

but did you solved this problem ??

Yes, I worked down the memory requirements, removed the String class.