Help with eclipse and avr!
3
answers
|
Answer it!
|
you probably only built the "Debug" configuration, not the "Release".
Project -> Build Configurations -> Set Active -> Release.
Build again, now you should find the .hex file in the Project Explorer, in the folder "Release".
Gerd
If that is the case, check that you are using the right port by looking at Windows Device Manager and looking at what COM port your attiny is. Then, check that you are using that same COM port in Eclipse Window > Preferences > AVR > AVRDude, then edit your configuration. Enter the port as //./COMsomething
Hope this helps,
Drew
![]() |






























