블로그
- 리눅스 protobuf-2.5.0 # make 오류 - configure: error: C++ preprocessor "/lib/cpp" fails sanity check 생략)) checking for gcc option to accept ISO C89... none needed checking for style of include used by make GNU checking dependency style of gcc... gcc3 checking for g++... no checking for c++... no checking for
- makefile 에서 변수 확인하기 GNU make 에서 makefile의 변수는$(변수명) 으로 접근한다. 2. make 뒤에 target이 없을 경우 makefile 에서 맨 처음 target룰의 recipe가 실행된다 target1: recipe target2: recipe 3. makefile 에서 변수를 확인하기위한 좋은방법은 $(info $(변수명)) 을 이용하여 console 출력하거나 make
- C++ 과 gdb 그리고 make C++ http://www.cplusplus.com/doc/tutorial/ GNU make http://www.gnu.org/software/make/manual/make.html
- [USB] Linux-USB Gadget Framework 정리 Framework Last Modified: 8 June 2005 The API makes it easy for peripherals and other devices embedding GNU The drivers implementing and using that API combine to make a useful driver framework for Linux systems