WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Debugging

Dylan McKay edited this page Feb 17, 2015 · 1 revision

Whenever I debug AVR-LLVM, I generate Makefiles with CMake with the following command:

cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="AVR" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_CXX_FLAGS="-fno-inline-functions" ../../llvm

Clone this wiki locally