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

초보자가 u-boot 컴파일 하고 있습니다.

기존의 toolchain 2.95.3버전으로 잘 됩니다. 그런데 aesop 공식
toolchain 3.4.3 으로 컴파일을 하니 아래와 같은 에러가 나타납니다.

고수님들의 도움을 요청합니다.

또 커널도 컴파일 하는데 위와 같이 3.4.3에서는 에러가 납니다.


make[1]: Leaving directory `/korea-dokdo/u-boot/u-boot-1.0.0-emlinux/post/cpu'
UNDEF_SYM=`arm-linux-objdump -x board/emlinux/bluesky2440/libbluesky2440.a cpu/arm920t/libarm920t.a lib_arm/libarm.a fs/jffs2/libjffs2.a fs/fdos/libfdos.a fs/fat/libfat.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a lib_generic/libgeneric.a |sed  -n -e 's/.*(__u_boot_cmd_.*)/-u1/p'|sort|uniq`;
        arm-linux-ld -Bstatic -T /korea-dokdo/u-boot/u-boot-1.0.0-emlinux/board/emlinux/bluesky2440/u-boot.lds -Ttext 0x33f00000  $UNDEF_SYM cpu/arm920t/start.o
                --start-group board/emlinux/bluesky2440/libbluesky2440.a cpu/arm920t/libarm920t.a lib_arm/libarm.a fs/jffs2/libjffs2.a fs/fdos/libfdos.a fs/fat/libfat.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a lib_generic/libgeneric.a -L /korea-dokdo/aesoptool/gcc-3.3.4-glibc-2.3.3/arm-linux/lib/gcc-lib/arm-linux/3.3.4 -lgcc --end-group
                -Map u-boot.map -o u-boot
arm-linux-ld: ERROR: /korea-dokdo/aesoptool/gcc-3.3.4-glibc-2.3.3/arm-linux/lib/gcc-lib/arm-linux/3.3.4/libgcc.a(_umodsi3.oS) uses hardware FP, whereas u-boot uses software FP
arm-linux-ld: failed to merge target specific data of file /korea-dokdo/aesoptool/gcc-3.3.4-glibc-2.3.3/arm-linux/lib/gcc-lib/arm-linux/3.3.4/libgcc.a(_umodsi3.oS)
arm-linux-ld: ERROR: /korea-dokdo/aesoptool/gcc-3.3.4-glibc-2.3.3/arm-linux/lib/gcc-lib/arm-linux/3.3.4/libgcc.a(_divsi3.oS) uses hardware FP, whereas u-boot uses software FP
arm-linux-ld: failed to merge target specific data of file /korea-dokdo/aesoptool/gcc-3.3.4-glibc-2.3.3/arm-linux/lib/gcc-lib/arm-linux/3.3.4/libgcc.a(_divsi3.oS)
make: *** [u-boot] Error 1
[root@DigiX-DEV u-boot-1.0.0-emlinux]#


고현철

2006.04.29 01:48:25
*.117.46.252

u-boot version이 얼만가요?

u-boot 1.1.2서부터는 gcc-3.x대
u-boot 1.1.1(이나, 1.0.0)까지는 gcc-2.95.3

박현진

2006.04.29 05:20:01
*.63.46.134

u-boot는 1.0.0입니다. 참고로 제 보드는 Bluesky2440보드입니다

박현진

2006.04.29 05:21:21
*.63.46.134

그러면 u-boot 1.0.0은 gcc-3.x 로 컴파일 할수 없는건가요?

고현철

2006.04.29 09:52:51
*.114.205.16

장석원

2006.04.29 20:47:12
*.186.65.93

target=_blank>http://kelp.or.kr/korweblog/stories.php?story=06/04/06/4432423&topic=19


를 참고해 보세요

U-BOOT 컴파일시 에러를 없앨수 있다네요 ...
List of Articles
번호 제목 글쓴이 날짜sort 조회 수
48 모듈 삽입 질문 드립니다. [1] 안정섭 2006-05-04 903
47 배포된 DVD에 있는 슬랙웨어의 password가 어떤거죠? ==> 완... [2] 서성민 2006-05-04 963
46 root file system 구축의 개략적 순서및 필수 패키지(?) [3] 조준동 2006-05-04 1423
45 dev/fb/0 에러... <== 완료 [10] 이홍석 2006-05-02 1406
44 tiny-x올린상태에서 gtk올리지 않고 프로그램 띄울수 있나요? [1] 오태한 2006-05-02 994
43 yaffs 질문 <= 완료 [6] 안정섭 2006-05-02 1400
42 autologin은 어떻게 만드는건가요... <==완료 [4] 이홍석 2006-05-02 1142
41 페도라코어에 스크래치박스 인스톨후 부팅문제....[완료] [2] 조준동 2006-05-02 1333
40 터치 질문 [1] 김증일 2006-05-01 1308
39 ffplay libmad 붙이기 방법 질문[완료] [1] 오용석 2006-04-29 990
38 보드에서 무선 AP를 만들려면...<==완료 [4] 임채홍 2006-04-29 1310
» u-boot Compile 질문요...<==완료 [5] 박현진 2006-04-28 1373
36 wmware에 slackware설치시 질문입니다.<==완료 [3] 김정한 2006-04-28 1121
35 부트 로더 동작 안해버리네요.ㅡㅡ <..완료 [8] 한지훈 2006-04-26 1366
34 mmu 가 없는 보드는 무엇을 고려해서 개발을 해야 할까염..??<=... [2] 윤현승 2006-04-26 1279
33 Ramdisk 올리기 질문입니다 (용량문제) [3] 추성 2006-04-25 1479
32 inetd 자체가 처음부터 활성화가 안돼있는데염..<==완료 [1] 윤현승 2006-04-25 960
31 LCD를 24bit Bpp로 쓸려면....<==완료 [3] 박현진 2006-04-24 1359
30 데몬을 올리기가....?? <==완료 [3] 윤현승 2006-04-24 1149
29 gpe 파일시스템으로 부팅 동작에 관한 질문 <-진행중.ㅎㅎ [4] 한지훈 2006-04-24 1217

사용자 로그인