Saving .HEX file from .pde

Hello,

I am new to the Arduino software and I need to run a simulation in Proteus Pro 7.6 Sp0. I need the hex file in order to simulate so my question is how would you extract the file? Probably a dumb question but I haven't been able to figure it out. Thanks in advance!

Did you try doing a search for 'filename'.hex? You won't have to look too far....

Don

another person posted how and it worked. I just picked my board from tools>Board>lilypad w/328p in my case, compiled and then uploaded without connecting the board(gave me errors for not connecting but still compiled) and it created an applet folder with the .hex and .elf files I needed. Thanks for all of your help!