기존 이솝 임베디드 포럼의 지식인 서비스가 게시판 형태로 변경되었습니다.

안녕하세요.

강좌란에 있는 Crosstool 0.43 - ARM Softfloat / ARM11-VFP EABI 지원

toolchain 작업을 시도했습니다.

아래와 같은 에러가 발생했습니다.

제가 어떤부분의 환경을 수정해야 하는지 알려주시면 감사하겠습니다.

OS는 Fedora Core 9 을 새로 설치한 상태입니다.

그럼 좋은 하루 되세요.

===================================================================================

crosstool-0.43]$ makeinfo --version
makeinfo (GNU texinfo) 4.11

Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

-----------------------------------------------------------------------------------

make[1]: Entering directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils'
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/missing makeinfo --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... i686-host_pc-linux-gnu
checking host system type... i686-host_pc-linux-gnu
checking for i686-host_pc-linux-gnu-ar... ar
checking for i686-host_pc-linux-gnu-ranlib... ranlib
checking for i686-host_pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out

.
.
.

/bin/sh /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/../../move-if-change mmo.tmp mmo.texi
restore=: && backupdir=".am$$" &&
        am__cwd=`pwd` && cd /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc &&
        rm -rf $backupdir && mkdir $backupdir &&
        for f in /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.info /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.info-[0-9] /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.info-[0-9][0-9] /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.i[0-9] /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.i[0-9][0-9]; do
          if test -f $f; then mv $f $backupdir; restore=mv; else :; fi;
        done;
        cd "$am__cwd";
        if /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/missing makeinfo --split-size=5000000 --split-size=5000000   -I /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc
         -o /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.info /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.texinfo;
        then
          rc=0;
          cd /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc;
        else
          rc=$?;
          cd /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc &&
          $restore $backupdir/* `echo ".//home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.info" | sed 's|[^/]*$||'`;
        fi;
        rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/doc/bfd.info] Error 1
make[3]: Leaving directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd/doc'
Making info in po
make[3]: Entering directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd/po'
( if test 'x/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/po' != 'x.'; then
            posrcprefix='/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/';
          else
            posrcprefix="../";
          fi;
          rm -f SRC-POTFILES-t SRC-POTFILES
            && (sed -e '/^#/d'
                    -e '/^[     ]*$/d'
                    -e "s@.*@   $posrcprefix& \\@" < /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/po/SRC-POTFILES.in
                | sed -e '$s/\$//') > SRC-POTFILES-t
            && chmod a-w SRC-POTFILES-t
            && mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES
            && (sed -e '/^#/d'
                    -e '/^[     ]*$/d'
                    -e "s@.*@   ../& \\@" < /home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/binutils-2.16.91.0.7/bfd/po/BLD-POTFILES.in
                | sed -e '$s/\$//') > BLD-POTFILES-t
            && chmod a-w BLD-POTFILES-t
            && mv BLD-POTFILES-t BLD-POTFILES )
cd ..
          && CONFIG_FILES=po/Makefile.in:po/Make-in
             CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default commands
make[3]: Leaving directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd/po'
make[3]: Entering directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd/po'
make[3]: Entering directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/home/freemanz/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-4.1.0-glibc-2.4/build-binutils'
make: *** [all] Error 2
[freemanz@kst3 crosstool-0.43]$

profile

김재훈

2008.12.04 06:17:33
*.162.4.22

Fedora Core 6 기반에서 테스트가 완료된 스크립트 입니다.
Fedora 6로 한번 해보세요.
Fedora Core가 예전엔 개발 및 연구용으로 많이 쓰여졌던 패키지인데, Fedora 7 넘어가면서 부터, 빌드 할 때 이래저래 많은 문제를 발생하더군요.

김성재

2008.12.04 17:49:57
*.133.50.150

답변 감사드립니다. Fedora Core 6으로 하겠습니다.
List of Articles
번호 제목 글쓴이 날짜 조회 수
348 S3C64X0 관련 Crosstool chain문의... [6] 문관경 2008-12-07 1020
347 nand read 에러문의 [2] 홍단 2008-12-05 796
346 u-boot문의 [2] 홍단 2008-12-04 814
» [완료] Crosstool 0.43으로 toolchain 제작 시도중에. [2] 김성재 2008-12-03 9379
344 GPS module 문의 [2] 박종석 2008-12-02 697
343 [완료]image file에 대해서 여쭙니다. [2] 김경식 2008-11-26 795
342 nand 관련질문 [1] 정영규 2008-11-26 644
341 [완료] 임베디드용 JAVA VM을 포팅해 보신 분 계신가요? [8] 도찬구 2008-11-21 1280
340 이솝보드 nand 관련질문 [2] 정영규 2008-11-20 838
339 [질문] s3c6410 [6] 이준호 2008-11-19 1024
338 [질문]디버깅 로그 관련 [1] 문철민 2008-11-18 752
337 [완료] arm 11 보드에서 usb 메모리 파일명 길이 제한? [2] 임준우 2008-11-18 776
336 [Q&A] 88F5182 자료 좀 부탁합니다. [1] 이상호 2008-11-12 770
335 scratchbox2 컴파일 문의 : 설정에 대해서 영환 2008-11-10 757
334 [완료] Pollux ECC 생성에 대해 문의드립니다. [2] 이세종 2008-11-08 793
333 [질문]리눅스 포팅 장비 다운현상 [5] 최강산 2008-11-04 810
332 [질문] USB 메모리를 보드에서 인식시키려고 하는데 잘 안되네요.. [4] 이정택 2008-11-01 1315
331 [완료]sdram 에 관해서 여쭈어 봅니다. [2] 박영호 2008-10-31 824
330 [질문] UBI 관련 질문 드립니다. [1] 장병남 2008-10-29 677
329 [완료]USB driver에 대해서...여쭤 봅니다. [2] 김경식 2008-10-24 690

사용자 로그인