AVRdude + Pocket Programmer Error (address out of range)

Hey guys! I want to thank you in advance for any help you can offer.

I’m running Win7 x64

I just received my AVR Pocket Programmer and have set-up AVR dude (version 5.10). I have successfully written one test .hex file to my Attiny44 but am now trying to write the code I got from this Mechanized Android Figure tutorial (http://www.instructables.com/id/Mechani … /Software/) I’m following. I exported the source code to a .hex file with Hex Workshop. When I try to flash it I receive the following error.

avrdude: ERROR: address 0x1010 out of range at line 257 of /android8.hex

I’ve read that the issue I’m having should be fixed in version 5.10 of avrdude but apparently that is not the case.

From http://www.avrfreaks.net/index.php?name … 65&start=0

Sorry, I had to re-release AVRDUDE, so there’s now version 5.10 out.

The reason was that 5.9 had a serious bug in handling intel hex files

with more than 128 KiB of flash contents. This has been fixed.

Any ideas on how to fix this?

Thanks!