본문 바로가기

Linux/Makefile

-isystem

http://kldp.org/node/38303

-isystem /lib/modules/`uname -r`/build/include: 컴파일 대상이 되는 커널의 헤더를 사용해야만 한다. 기본적인 /usr/include/linux를 사용하는 것은 작동하지 않을 것이다.

'Linux > Makefile' 카테고리의 다른 글

realpath  (0) 2013.09.26
-c  (0) 2013.09.26
-nostdlib  (0) 2013.09.26
-static  (0) 2013.09.26
-nostdinc  (0) 2013.09.26