ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • fedora11에 kaffe 설치하기(PXA270에 포팅-ARM보드)
    Programming/Linux 2010. 6. 15. 20:34

    사용버전 : kaffe-1.1.8

    리눅스 : fedora 11


    pc에 설치할경우 옵션설정필요

    jikes설치할것..dependence 확인후 관련패키지 설치 필수


    *.configure(arm)

    ./configure --prefix=/usr/local/rg --exec-prefix=/usr/local/rg --target=arm-linux --host=arm-linux --build=i686-pc-linux-gnu --with-engine=intrp --with-include=/usr/local/include/ --with-libraries=/usr/local/kaffe/lib/ --with-threads=unix-pthreads --disable-debug --disable-xprofiling --disable-xdebugging --disable-feedback --disable-gcj --disable-mips2 --disable-native-awt --without-esd --without-x --without-profiling --without-stats --with-jikes --enable-pure-java-math --with-rt-jar=/tmp/rt.jar --without-libffi --disable-gtk-peer --disable-gconf-peer

    make

    make install

    해당폴더에 설치후 보드로 복사 또는 전송


     

    pc에서 실행 정상실행.. 보드에서는 jikes 미설치와 용량부족으로 인해 실패.

    필요없는 라이브러리와 파일들 제거로 용량을 줄이고 jikes설치필요.



    * 크로스컴파일 참고 -> PXA270(ARM)

    http://yongling225.blogspot.com/2009/02/kaffe-118-qt-cross-compilation-for-arm.html

    You'll also
    need to set the environment variable PKG_CONFIG_PATH to point to
    the location of the .pc files for the cross-compiled libraries.

    반응형

    'Programming > Linux' 카테고리의 다른 글

    Xen tools 사용법 (How to use Xen tools)  (0) 2010.07.09
    XEN 게스트OS 설치 (CentOS 5.4 32bit + Xen 3.1)  (0) 2010.06.18
    리눅스 OpenCV 설치  (0) 2010.06.15
    OpenCV 크로스 컴파일  (0) 2010.06.15
    CentOS 5.4 APM 설치하기  (0) 2010.06.15
Designed by Tistory.