[질문] 압축소스 크로스 컴파일에 관해서 질문 드립니다.
글쓴이: paeksj98 / 작성시간: 목, 2013/06/27 - 11:29오전
이틀째 구글링해서 압축관련 예제를 찾고 있습니다.
제가 구현하고자 하는 방향은...
타켓보드에 올리기 위해 소스를 찾아서 리눅스용으로 크로스 컴파일을 하고 있습니다.
zlib를 찾아서 올렸는데 파일 압축 및 해제는 되는데 폴더 압축 및 해제는 안되던데 혹시 가능하게 할수 있나요..??
두번째로 해본게 codeproject인가에서 구한 LiteZip크로스 컴파일 도중 에러가 나왔는데 해결을 못하고 있네요.
root@ubuntu:~/work/libX11-1.1.3# ./configure --enable-malloc0returnsnull --build i686-linux-gnu --host arm-none-linux-gnueabi --prefix=/opt checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-none-linux-gnueabi-strip... arm-none-linux-gnueabi-strip ...... checking for arm-none-linux-gnueabi-pkg-config... no checking for pkg-config... /usr/bin/pkg-config configure: WARNING: using cross tools not prefixed with host triplet checking pkg-config is at least version 0.9.0... yes checking for XPROTO... yes checking for X11... configure: error: Package requirements (xextproto xtrans xcb-xlib >= 0.9.92) were not met: No package 'xcb-xlib' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables X11_CFLAGS and X11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
여기서 더이상 진행을 못하고 있네요.
xextproto xtrans xcb-xlib 세개 패키지 설치하고
PKG_CONFIG_PATH 설정해주고...
추가로 인터넷 검색해서 설치하라고 패키지들 쭉~~ 설치해도 여기서 더이상 진전이 없네요.
제가 시도 했던 방법의 해결방법이나 아니면 다른 압축관련 소스가 있으면 추천좀 부탁 드립니다.
구현하고자 하는 방식은 윈도우에서 압축된 파일을 단말기의 넣에서 단말기를 리셋하면 부팅도중 압축을 풀어 파일 복사를 하려고 합니다.
단말기가 윈도우에 붙을때는 usb를 통해 파일 스토리지로 붙습니다.
간단한것 같은데 제가 하고자하는 방법이 맞는지도 모르겠고 갈팡질팡 하고 있네요.
경험많은신 분들의 고견을 듣고 싶습니다.
감사합니다. 즐거운 한주되세요.
Forums:
댓글 달기