반응형
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 | 31 |
Tags
- 갈릴레오
- emIDE
- openocd
- Boyue
- 허큘렉스
- ares note
- CMSIS
- usb부팅
- 동부로봇
- HerkuleX
- ubuntu
- galileo
- Python
- Galileo Gen2
- 마스보드
- U-boot
- smartrobot board
- JTAG
- Z435
- ICbanq
- lg smart recovery
- DRS-0101
- Cortex-M3
- 우분투
- fdisk
- QT
- ft2232
- pyside6
- Marsboard
- STM32F10x
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