티스토리 뷰
target board가 mips 환경인 경우 python을 mips용 컴파일러로 컴파일을 해야하는데요,
컴파일 도중 아래와 같은 에러가 발생 했습니다.
Include/pyport.h:243:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
관련해서 google의 도움을 청해보니, 이미 등록 된 버그로 패치버전이 나왔네요,
여기를 참조하도록 합니다.
제가 갖고 있는 버전의 경우 python2.7.3 이기 때문에 아래와 같이 패치버전을 받고,
wget http://randomsplat.com/wp-content/uploads/2012/10/Python-2.7.3-xcompile.patch
build 환경에서 아래와 같이 패치해줍니다.
patch -p1 < Python-2.7.3-xcompile.patch
그리고 컴파일하게 되면 이상없이 완료 됩니다 ^^
'개발 > Compile error' 카테고리의 다른 글
[cross-compile] mysqld (0) | 2015.07.06 |
---|---|
[compile] kernel compile error: invalid use of undefined type ‘struct address_space’ (0) | 2014.02.06 |
[compile] mount source compile (error - undefined reference to `mkostemp') (0) | 2013.04.16 |
[compile] 웹 데몬 [ lighttpd ] 이 정상적으로 서비스 되지 않는 문제 (undefined symbol:EVP_md2) (0) | 2013.01.29 |
[compile] python3.3.0 release 버전 compile시 오류 (0) | 2012.11.08 |
댓글
최근에 올라온 글
최근에 달린 댓글
글 보관함
- Total
- Today
- Yesterday