错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Generating Assembly Listings

  • Norman Dunbar

摘要

The chapter describes a method of getting the avr-gcc compiler to automatically create Assembly Language listings of any sketch, but particularly C\(++\), that is compiled. It does this by creating a post link recipe in platform.local.txt to call the avr-objdump utility after each compilation. This is not quite as straight forward as it sounds!