Linux

bits/libc-header-start.h: No such file or directory 오류

64비트 쉘코드 테스트를 위해 c 소스 작성 후 컴파일 하려는데


-m32 옵션 컴파일시 bits/libc-header-start.h: No such file or directory 오류 발생하여 컴파일 불가능.


sudo apt-get install gcc-multilib g++-multilib


간편하게 문제 해결.