Hello!
What it suppose that the clean command does in a project-solution?
A)
Should it erase all the .o .a .d .hex .eep .lss .map and .elf files of the folders path\solution_name\project_name\Debug or Release it depends in which mode you are?
I check it on a AVR8 solution and it doesnt erase the .elf file why?
B)in a AVR32 project it does the same erase all exept .elf which is very big 32mbytes for a 63~kb flash program why?
I am asking this because i have saved the project in a dropbox folder and i want to update the folder after i clean it but it seams that i need to clean it manualy.