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

안녕하세요.

강좌란에 있는 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 on cell 형 multi touch panel 사용법? [1] 문종섭 2016-09-29 204
6347 [요청] 이솝따라하기 편 닉슨클라우드 2017-01-11 206
6346 Web Application Server 또는 Web Server에 대한 질문 [2] SpecialCase 2019-03-28 207
6345 /dev/mmcblk0rpmb가 나오게 하려면 어떻게 해야 하나요? [1] 혜민아빠 2015-11-19 208
6344 CodeSourcery에 보면arm-none-linux-gnueabi 라이브러리가 세폴더로 ... biokk 2015-03-05 208
6343 Touch screen에 관해서… [1] 어떤이의꿈 2015-08-10 209
6342 PWM Timer2 Prescaler값 변경시 시스템 시간 지연 문제? [3] 루벤94 2015-10-06 209
6341 안드로이드 버튼입력 지연 [2] 아라라라기 2015-12-15 211
6340 임베디드제품에 안드로이드 앱의 install이 가능한가요 ? [3] 김진희 2015-07-24 214
6339 [debian vs ubuntu] [1] 밥줘잉 2016-11-10 215
6338 리눅스에서 인터럽트 트랜스퍼의 폴링인터벌을 조절할 수 있는 방법이... [1] 아라라라기 2015-12-26 218
6337 ARM Ubuntu에서 touchscreen 설정 블루스카이 2016-07-04 219
6336 혹시 RouteTable 정보 읽을 수 있는 분 있나요? file [3] 엘카 2016-04-29 224
6335 Linux booting message관련해서... [3] 박종석 2016-08-30 228
6334 안전모드 진입 [1] 하하호호하하 2021-01-29 228
6333 [안드로이드 서비스 실행관련] [1] 밥줘잉 2015-10-09 230
6332 cat sys/kernel/debug/gpio, gpio 초기화 질문입니다. [2] k40007 2016-10-01 232
6331 안드로이드 소스를 빌드 하였는데, img 파일이 생성되지 않습니다. [4] 겟페우스 2016-10-15 233
6330 S5PV210 에서 Overlay Layer적용 [1] jameskody 2015-04-03 233
6329 네비바 삭제 질문드립니다. 하하호호하하 2015-03-17 233

사용자 로그인