Now I'm learning how to look at the Assembler created by Arduino. Is there a way to store these file (hex and elf) in the same folder as the Sketch?
That way I don't have to copy and paste a whole lot of info into a batch file each time.
Thanks Wallace
system
#2
Is there a way to store these file (hex and elf) in the same folder as the Sketch?
Not using the IDE, there isn't.
system
#3
Turn on "Verbose" when you compile, the temporary build folder is where those files will be stored.