회원 및 비회원 모두 열람이 가능합니다. 최대 업로드 가능한 용량은 20MB 입니다.

고현철입니다.

정리하다가, 문서 2개는 그냥 한글로 처리했습니다.
main article은 bad english니 알아서 읽으시기 바랍니다...^^

1. Xkdrive cross compile howto with toolchain directory to roofs(in english)
2. Xkdrive native compile howto with scratchbox(in korean)
3. Xfree86 4.4.0(Tiny-X) cross compiling howto

http://www.aesop-embedded.org/docu.html

를 보시면 됩니다.

서두원

2007.02.09 01:20:51
*.140.158.74

와~ 좋은 자료 감사합니다~
바로 해봐야겠네요 ^^
좋은 날 보내세요~

leo

2007.02.09 03:09:51
*.92.62.186

Thank you very much!

leo

2007.02.09 18:55:30
*.92.62.186

in Xfree86 4.4.0(Tiny-X) cross compiling howto document, No any modifacation in xc/config/cf/cross.def ?

leo

2007.02.09 19:22:28
*.92.62.186

when I typed make World in xc44 directory, it said

...

gcc -o pswrap -O3 -fsigned-char -L../../exports/lib main.o pswparser.o lexer.o pswdict.o pswfile.o systemnames.o psw.o pswstring.o pswsemantics.o -lfl -Wl,-rpath-link,../../exports/lib
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/arm-linux/3.3.4/../../../../arm-linux/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make[4]: *** [pswrap] Error 1
make[4]: Leaving directory `/home/test/xc44/config/pswrap'
make[3]: *** [../../config/pswrap/pswrap] Error 2
make[3]: Leaving directory `/home/test/xc44/lib/dps'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/home/test/xc44/lib'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/home/test/xc44'
make: *** [World] Error 2
[sbox-mytarget: ~/xc44] >

what's wrong?

고현철

2007.02.09 21:13:20
*.117.46.252

see "DIY data" board's "xfree86(tiny-X) 4.4.0 install log" article

leo

2007.02.09 22:19:45
*.92.62.186

Is the article in the file of xfree86_4.4.0_for_aesop2440a.zip ? I can't download the file because of the firewall of the company. My XFree86-4.4 is downloaded from XFree86 website.

leo

2007.02.09 22:33:02
*.92.62.186

Oh, I find it, just in this website.

이수

2007.02.10 06:07:41
*.30.31.28

leo, Did your machine have a flex library?
In my memories, -lfl option means that ld link flex library.

leo

2007.02.12 20:03:47
*.92.62.186

download source: xfree86_4.4.0_for_aesop2440a.zip

Sorry, because of the firewall of the company, we can't download zip file , can you upload a tar.gz package?

leo

2007.02.12 20:17:31
*.92.62.186

Oh, skip the last message, out webmaster has downloaded the zip file.

leo

2007.02.12 20:17:57
*.92.62.186

이수: I'll check it , thank you for your help.

leo

2007.02.13 01:25:40
*.92.62.186

이수: I haven't a flex library, must I build it first?
Mr. Godori, my environment is as following:

Operating System: fedora core 4
Scratchbox Version: 1.0.5 www.scratchbox.org
Toolchain: arm-gcc3.3-glibc2.3-1.01-i386
X Version: XFree86 4.4

How about yours?

leo

2007.02.13 02:42:47
*.92.62.186

I cross compiled flex-2.5.4a.tar.gz and resolved the problem.

leo

2007.02.28 20:03:24
*.92.62.186

I cross compiled Xfree86-4.4 version successfully, but libinerama which will be used by GTK application doesn't come out, why?

leo

2007.02.28 20:04:34
*.92.62.186

Sorry, it's libXinerama.

이수

2007.03.02 22:59:54
*.246.12.5

I'm sorry leo. Since last month, I have not checked this post. Because I'm really busy. I really apologize for my long silence.

I'll check your last question that is about libXinerame and give you my opinion as fast as possble.

leo

2007.03.05 23:26:03
*.92.62.186

Oh, I add #define BuildXinerama YES
to the file of host.def and libinerama comes out. It's OK

요셉

2010.06.23 05:51:55
*.134.107.116

고도리님, 자료가 링크가 안되는데, 자료를 얻을 수 있을까요?

List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 [교육관련] 게시물 --> 반드시 "교육 및 세미나 홍보" 게시판 ... 관리자 2013-12-12 18754
공지 [질문]하실 때 부탁드립니다. 관리자 2013-07-10 21741
59 x-windows compile 시 사용했던toolchain 올립니다. 고현철 2007-02-13 9443
» X-windows for aesop-2440 & cross compiling howto upload [18] 고현철 2007-02-09 10930
57 [re] 제가 쓰는 cross toolchain 월요일(monday)에 올려드릴께... 고현철 2007-02-10 9040
56 임베디드 리눅스 기본/환경 설정 강좌 이번주에 합니다. [16] 고현철 2007-02-01 10020
55 X windows install & Embedded Linux package cross compil... [12] 고현철 2007-02-03 11125
54 How to cross compile X windows file system(Tinyx) [1] leo 2007-02-02 10061
53 [필독]aesop board에 대한 sw/hw 질문은 Q&A 게시판을 이용해... 고도리 2007-01-12 10620
52 [설문조사] 임베디드 리눅스 기본/환경 설정 강의 관련 [17] 고현철 2007-01-23 10697
51 S3C2410 samsung site자료 PDS에 올렸습니다. 고도리 2007-01-23 9759
50 aesop 관련 동영상 자료... [1] 고현철 2007-01-18 9444
49 aesop 3차 공제 보드 hw부품구매에 대한 글 PDS에 올렸습니다... 고현철 2007-01-12 9303
48 uCOS-2 for aesop2440 PDS에 올렸습니다. 고현철 2007-01-11 9535
47 touch지원되는 SDL library source PDS에 올렸습니다. 고현철 2007-01-09 9051
46 신텍으로 입금 하신 서영호씨 전화주세요^^ 최현진 2007-01-02 9155
45 [필독]Aesop_3rd 필요한 화일들 목록 최현진 2006-12-21 9123
44 [필독] aesop 3차 보드 speaker 연결시 reset 현상 처리 방법 고현철 2006-12-21 9830
43 [필독] aesop 3차 보드 usb 컨넥터와 lan 컨넥터 사이에... 고현철 2006-12-20 9335
42 aesop3rd.zip에 있는 커널이미지 cs8900용입니다 -> 재컴파일... [1] 고현철 2006-12-19 10253
41 aesop 3차용 자료 aesop site에 올렸습니다. [3] 고현철 2006-12-18 9079
40 aesop 3차용 자료 - 드림디스크 관련 고현철 2006-12-18 8874

사용자 로그인