336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
##flex cross-compile
1. ./configure --host=arm-linux --prefix=[prefix 경로] CC=arm-linux-gcc
2. config.h 파일에서 다음부분 주석처리
186 : #define malloc rpl_malloc
192 : #define realloc rpl_realloc
3. make && make install
##dhcpv6
1. echo "ac_cv_func_setpgrp_void=yes" > config.cache
2. ./configure --host=arm-linux CC=arm-linux-gcc --prefix=[prefix 경로] LDFLAGS="-L[libfl가 존재하는 경로]" --config-cache
3. Makefile에서 LIBS에 -lfl추가
4. LINE_MAX 수정
5. make
'Programming > Linux embedded' 카테고리의 다른 글
라즈베리 파이로 드론을 만들어 볼까? (0) | 2016.07.19 |
---|---|
IAR project(Interaction of Augmented Reality) - 스밥 (0) | 2008.12.30 |
ARToolKit porting!!!!! (1) | 2008.09.05 |
glut 크로스 컴파일하기 (0) | 2008.08.22 |
ARToolKit MRP-S3C2440(REBIS)용으로 포팅하기 2부(삽질성과 1호!!!) -미완 (0) | 2008.07.10 |