A Mutable Log

A blog by Devendra Tewari


Project maintained by tewarid Hosted on GitHub Pages — Theme by mattgraham

RunOutputFileVerifyTask compile task in Atmel Studio 6.1

Atmel Studio 6.1 has a new RunOutputFileVerifyTask task that fails the build when the binary exceeds memory limit of the target board. This is a very useful check but can be a pain on certain occasions. It is fairly easy to disable though. Edit the Compiler.targets file under [Atmel Studio 6.1 install folder]\vs and comment all elements where RunOutputFileVerifyTask appears, including UsingTask at the beginning.