Linux/Makefile

-nostdinc

aucd29 2013. 9. 26. 18:57
http://www.falinux.com/bbs/view.php?id=lec_boot&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2

-nostdinc 는 표준 헤더파일의 디렉토리를 참조하지 않고 -I옵션에 지정된 디렉토리에서 헤더 파일을
찾으라는 것입니다. 링크시 사용되는 옵션은 Linker flags로 -static -nostdlib와 같습니다.