250x250
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- node.js
- debounce
- 네모안
- 라온익스
- nodejs
- EditText
- IOT
- 가스요금폭탄
- 온도조절기
- Raspberry Pi
- todoist
- 기름보일러
- react-native
- 린나이온도조절기
- npm moment
- 나비엔
- REACT
- anydo
- ReactNative
- xcode11
- 경동
- evernote
- 가스비절약
- 온도센서
- rasppi3
- 에버노트
- Swipes
- __attribute__
- Node
- 난방비절약
Archives
- Today
- Total
어허
busybox 1.18.4 컴파일 ! 본문
728x90
두둥
make menuconfig
Busybox Settings ->
Build Option ->
아래서 두번째에 cross compiler path 지정
첫번재 에러,
miscutils/ionice.c:16: error: 'SYS_ioprio_set' undeclared (first use in this function)$ make meunconfig
SYS_ioprio_set은 2.6.13 커널에서 추가된 syscall 이기 때문에 비활성화 시켜주면 됨.
Miscellaneous Utilities --->
[ * ] ionice
[ ] ionice
save => 'yes'
$ make
$ make install
두번째 에러,
networking/libiproute/ipaddress.c:165: error: `IFLA_OPERSTATE' undeclared (first use in this function)
http://lists.busybox.net/pipermail/busybox/2010-August/073139.html
참고..
$ make
끝 !
728x90
'개발 > Linux' 카테고리의 다른 글
[vi] Makefile 등 tab이 잘 들어가있나 확인하자 (0) | 2011.11.10 |
---|---|
[vi] ^M 지울때 기억할 것 (0) | 2011.11.10 |
tar.bz2 압축풀기 (0) | 2011.03.22 |
[vi] 찾아서 지우기, 찾아 바꾸기 등 (0) | 2011.01.11 |
netstat (0) | 2010.10.27 |
Comments