c++config.h

classicid의 이미지

우분투 12.04 32bit

iostream 이 있는 위치 :
../../include/c++/5.2.0/iostream

iostream 내에 c++config.h 를 호출하는 코드 :
#include bits/c++config.h

하위폴더 bits 는 있는데 거기엔 c++config.h 가 없고

iostream 있는 위치에서 상대경로는
./arm-none-linux-gnueabi/bits/c++config.h
에 있습니다.

eclipse include path는 ./arm-none-linux-gnueabi 까지 정확하게 되어있습니다.

IDE에서 설치한 폴더들에 있는 소스에서 에러가 나오니 어떻게 하는게 맞는건지 모르겠네요.

classicid의 이미지

수정해서 다시 올립니다.