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

안녕하세요.

강좌란에 있는 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
번호 제목 글쓴이 날짜 조회 수sort
6348 binder에서 BnInterface나 BpXXX이렇게 붙는데요 Bn과 Bp는 어... [1] BellFive 2010-07-28 10800
6347 LCD 디스플레이 관련 질문입니다. file [2] 조현호 2011-08-31 10458
6346 가상머신(virtualbox, vmware) 드라이버 설정 환경 문의 입니다. [2] pedor11 2014-01-03 9804
6345 [질문/완료] 무선랜 붙여서 핑 날렸는데,, 문제 발생.. [5] 장병남 2008-09-23 9650
6344 Q&A 게시판 사용시 주의사항. 고현철 2006-04-05 9516
» [완료] Crosstool 0.43으로 toolchain 제작 시도중에. [2] 김성재 2008-12-03 9379
6342 Arndale + MT-6620 [2] nsys 2012-12-08 9355
6341 MCU / AP [6] 김민욱 2018-08-27 9036
6340 NAK bailout생기면서 I2C 통신 fail이 나네요. 훌러덩 2012-04-10 8975
6339 [질문] x86(AMD geode LX800) 보드는 구입이 가능한가요?[완료] [12] 김성주 2007-03-15 8958
6338 kernel source중 gpio와 관련된 질문입니다. [1] 소노공 2010-12-10 8086
6337 USB storage 마운트 어떻게들 하시나요. <== [완료] [11] 박영학 2006-09-23 8044
6336 [s3c2440] FTDI USB Serial converter사용하고 싶은데요??[완료... [8] 김창연 2006-10-24 7849
6335 Android 포팅 방법에 대한 질문 [11] 전병환 2009-04-09 7746
6334 안드로이드폰에서 통화중 녹음 [3] 최강산 2010-07-30 7421
6333 안드로이드 커널 소스 다운 받는 방법.. [3] 이성호 2009-03-12 7309
6332 6410을 이용해서 영상 Encoder/Decoder를 구현하려고 합니다. [9] 이종우 2009-03-04 7281
6331 NDK로 native C application 컴파일하기 [2] [春] 2010-01-15 7151
6330 임베디드 보드의 top 명려에 대한 질문입니다.(우분투top 비교, 프로... [9] pedor11 2014-03-05 7024
6329 안드로이드에서 SD카드 인식이 않되네요. [4] 유태경 2009-12-06 7004

사용자 로그인