반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ft2232
- Python
- DRS-0101
- usb부팅
- 마스보드
- ubuntu
- openocd
- ares note
- 갈릴레오
- QT
- 동부로봇
- fdisk
- pyside6
- 허큘렉스
- STM32F10x
- Cortex-M3
- ICbanq
- Boyue
- 우분투
- Z435
- HerkuleX
- galileo
- U-boot
- smartrobot board
- CMSIS
- emIDE
- Galileo Gen2
- JTAG
- Marsboard
- lg smart recovery
Archives
- Today
- Total
목록Embedded System/tools (1)
Life Seed
Makefile 자동 생성
Linux에서 Makefile을 자동 생성하는 방법을 정리한다. 기본 생성과정은 다음과 같다. 1. autoscan -> configure.scan 생성 2. configure.scan 의 수정 및 확장자 변경 :: configure.ac 3. aclocal :: configure.ac 로 부터 aclocal.m4 생성 (Macro 정의) 4. autoconf :: configure.ac로 부터 configure 실행 script 파일 생성 5. Makefile.am 작성 6. automake :: Makefile.am 로 부터 Makefile.in 생성 7. ./configure :: Makefile 생성 8. make -f Makefile 2 ~ 6 의 과정을 bootstrap 이라는 실행 scrip..
Embedded System/tools
2014. 8. 27. 17:02