docs: mention targets might need GNU awk

This commit is contained in:
Karl Palsson
2016-12-27 21:43:04 +00:00
parent 1b92d46b97
commit d23bee4f1a

View File

@@ -22,6 +22,8 @@ library and all examples. If you're simply hacking on a single example after
that, you can type "make clean; make" in any of the individual project that, you can type "make clean; make" in any of the individual project
directories later. directories later.
Some examples use the libopencm3 dynamic linker script generator. This (currently) requires GNU awk. (mawk will not work) See https://github.com/libopencm3/libopencm3/pull/731
For more verbose output, to see compiler command lines, use "make V=1" For more verbose output, to see compiler command lines, use "make V=1"
For insanity levels of verboseness, use "make V=99" For insanity levels of verboseness, use "make V=99"