리눅스 커널 빌드 및 artik flash를 위한 gcc options
Written on March 21, 2017
-Wall: warning flag all
-Wextra: optional warnings
-Idir: include dir to look for headers.
일반적으로 C 소스에서 “AAA.h” 라고 하면 현재 작업디렉토리에서 AAA.h 를 찾고
http://egloos.zum.com/sunnmoon/v/1825047
리눅스 커널을 artik을 위해 빌드할때 I를 써야하는 이유!
-v: verbose. show from where the includes came.