QT/Embedded qt 를 이용하여 camstream 을 구현했습니다.
페이지 정보
작성자
본문
lotto comes true
관련링크
댓글목록
김대용님의 댓글
김대용 이름으로 검색 작성일
성공했습니다.. CCVT_C2 를 사용하도록 MMX_S 는 어셈블리코드가 있어서..
CAMSTREAM오리지널 화일 LIB/CCVT 에서 ./CONFIGURE 를 수정하여.. MMX 부분= YES 를 NO 로 바꾸어 실행하고 MAKE 파일을 고치면 되더군요.. 암보드는 MMX 를 지원안합니다.
CCVT_MMX.O -> CCVT_C2.O 를 선택하도록 .. ./CONFIGURE 수정 ARM 컴파일 잘됨
까치님의 댓글의 댓글

(좀 지났지만...-_-;)
김대용님 camstream-0.27을 arm용으로 컴파일하실때 configure options좀 알려주세요.
참고로 제가 한 configure은 다음과 같습니다.
./configure CC=arm-linux-gcc --host=arm-linux --build=i686-linux --enable-shared --enable-static --without-fp --without-x --disable-mmx CXXFLAGS="-pipe -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti -O2 -DQT_NO_DEBUG -DQT_SHARED"
(arm-linux-gcc ver 3.3.4)
이렇게 하니까 쭈욱 되다가 ccvt안의 configure실행하면서
configure: running /bin/sh './configure' --prefix=/usr/local 'CC=arm-linux-gcc' 'CXX=arm-linux-g++' '--host=arm-linux' '--build=i686-linux' '--enable-shared' '--enable-static' '--without-fp' '--without-x' '--disable-mmx' 'CXXFLAGS=-pipe -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti -O2 -DQT_NO_DEBUG -DQT_SHARED' 'build_alias=i686-linux' 'host_alias=arm-linux' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-linux-strip... arm-linux-strip
checking for arm-linux-gcc... arm-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gcc accepts -g... yes
checking for arm-linux-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of arm-linux-gcc... gcc3
checking how to run the C preprocessor... arm-linux-gcc -E
checking for arm-linux-g++... arm-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-g++ accepts -g... yes
checking dependency style of arm-linux-g++... gcc3
checking how to run the C++ preprocessor... arm-linux-g++ -E
checking for egrep... grep -E
checking whether arm-linux-gcc needs -traditional... no
checking for arm-linux-ranlib... arm-linux-ranlib
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for Intel processor(s)... yes
checking if processor supports MMX instructions... no
checking endianness of machine... configure: error: cannot run test program while cross compiling
See `config.log' for more details.
configure: error: /bin/sh './configure' failed for ccvt
이런 에러 메세지가 뜨네요. 어떻게 해결하는지 좀 알려주시면 감사하겠습니다.
김대용님의 댓글
김대용 이름으로 검색 작성일tar zxvf stream.tar 을 하거나 확장자 명을 바꾸어 푸셈
전창민님의 댓글

음 ~ 다시 수정했습니다. ^^
이은진님의 댓글
이은진 이름으로 검색 작성일링크2가 안되요~~~ ^^;
전창민님의 댓글

다시 수정하겠습니다. ^^
조pd님의 댓글

링크2가 안되는데요^^
전창민님의 댓글

첨부했는데 왜 안들어가죠 ?
korone님의 댓글

첨부가 빠져있는 것 같은데요?
흑인님의 댓글

저도 tcp/ip 화상은 해보았는데 채팅도 연결해보고 싶군요;; 초보라 아직 어려워요 ㅜㅜ