태그>gcc(총 113개의 글)
'gcc' 관련 최근글
-
- cross compiler build

-
시험さま by 시험さま|2007/07/24 05:37
- cross compiler build
-
- Ubuntu에서 Kernel분석할때 까는 프로그램들

-
Ego君's Blog by Ego君|2007/07/13 02:30
Ubuntu에서 Linux Kernel분석할려고 VMware를 이용해서 Ubuntu를 다시 깔았다.(복귀) 그래서 Ubuntu에서 Linux Kernel분석할려니까 깔것이 많은 것 같다.-_-;; Ubuntu에서 기본적으로 컴파일러같은 도구들을 준비하지 않는다. 아주 중요한 도구부터가 준비되지 ..
- Ubuntu에서 Kernel분석할때 까는 프로그램들
-
- 64-bit / 32-bit 빌드

-
시험さま by 시험さま|2007/07/12 19:50
[1] 64-bit/32-bit 빌드 실습 64-bit computing: Co-existing in a 32-bit world Are 64-bit Binaries Really Slower than 32-bit Binaries? - OSNews.com Ubuntu-7.04 Feisty 64-bit 버전에서, 아래와 같이 간단한 샘플을 하나 만들고 t.c 라고 저장한다. #include int..
- 64-bit / 32-bit 빌드
-
- kernel2.4 모듈 단독 컴파일법

-
극히 주관적인 관점 by 무혼인형|2007/07/10 16:50
# gcc -DMODULE -D _KERNEL_ -O6 -I/usr/src/linux-2.4/include/ -include /usr/src/linux-2.4/include/linux/modversions.h -c ip.c 성공한 사례는 있었는지 기억이 잘 안남;;;
- kernel2.4 모듈 단독 컴파일법
-
- [gcc] 기초 강좌

-
Vital Memes by daftcoder|2006/12/12 21:04
1. gcc에 대한 기본 이해 명령행 상태에서 다음과 같이 입력해봅시다. 여러분이 사용하같고 있는 gcc 버전은 알아두고 시작하셔야겠죠? [yong@redyong yong]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.7.2.1/specs gcc version 2.7.2.1 [y..
- [gcc] 기초 강좌
-
- gcc 4.1 problem - extra qualification error

-
Vital Memes by daftcoder|2006/11/10 18:22
Dear All, I am facing this "extra qualification" error for a time now, whenever I compile the latest JSVM sofware with gcc 4.1. The fix is trivial, which is removing the extra qualifications from two files: H264AVCEncoder.h:184 and ..
- gcc 4.1 problem - extra qualification error
-
- [gcc] options

-
Vital Memes by daftcoder|2006/06/22 15:49
gcc는 예전에는 GNU C Compiler의 약자였으나 지금은 GNU Compiler Collection의 약자로 다양한(?) 언어의 컴파일러들의 집합체이다. gcc는 한마디로 GNU에서 개발된 ANSI C 표준을 따르는 C 언어 컴파일러라고 말할 수 있다. gcc는 ANSI C 표준에 따르기는 하지만 AN..
- [gcc] options


