In the previous step we have build the project in the Release configuration. The build process generated an error, because it tried to make an .eep file with the eeprom data which our sample project does not have. With the next steps we will modify the Release configuration and tell it that we do not have eeprom data with our project. Some other configuration options will also be shown.
Right Click on the AVRtest project and select Properties
The deselected tools can be selected again at any time. Please note that selecting a tool will add it at the end of the toolchain. As you propably want the size tool as your last tool in the toolchain, you should deselect and reselect it after selecting any other tool. Also note that any newly selected tools in the toolchain will not immediatly show up in the list of tools. You need to close and reopen the properties dialog page to see the modified toolchain.
Back: Changing the Configuration
© 2007 Thomas Holland