When I compile with arduino, Redirecting says that the .hex should be spit out in \Documents and Settings<USER>\Local Settings\Temp (windows)and it , well, isn't.
Any idea why they make it so difficult to track down my .hex file after compiling? I'm looking into loading it manually... Will I have to just #include "wprogram.h" and compile /upload everything in avrdude? I'm not too excited about that because the learning curve with all that is quite a bit steeper...