Compile GCC-4.6.2 in Ubuntu-14.04_32bit

Warning - 寫在前面

  • 不建議重新編譯gcc.!!!

  • 最后我在ubuntu14.04上安裝codeviz還是失敗了,原因gcc與新版本texinfo沖突滨达,目前有Doxygen+GraphViz完全可以代替CodeViz+GraphViz得滤,并且前者有Win版本陨献。

  • 下面是我這兩天解決的問題,由于還不斷有新問題出現(xiàn),時(shí)間關(guān)系我暫時(shí)不走CodeViz了。

  • 若有同學(xué)成功走通Codeviz這條路可以在這跟我討論下:)

Here are some issues during my compiling gcc 4.6.2 <strong>for codeviz</strong>.

When you install codeviz, you have to install gcc first because gcc is patched for generate the call graph.
So below gcc-src-dir is <codeviz-src-dir>/compilers/gcc-graph/gcc-4.6.2/

.
└── codeviz-1.0.12
    ├── bin
    ├── compilers
     |     |---- install_gcc-4.6.2.sh  <--you will run this script,and it will: 1.download gcc-4.6.2.tar.gz 
    │   ├── gcc-graph                                                           2.mkdir    gcc-graph 
    │   │   ├── gcc-4.6.2    <--where gcc actually is                           3. untar it into gcc-graph
    │   │   └── objdir                                                          4. patch it
    │   └── gcc-patches                                                         5. compile it.

Error:

gcc configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+

Solve:

Go to Download the binarys.
At the top of the gcc-src-dircd gcc-4.6.2
run th script./contrib/download_prerequisites
and then ./configureyou won't get this error again.

Error:

/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory.

Solve:

Go to Download the LIBS.
if you use ubuntu (14.04 like me) and your current version of gcc is 4.8懂更,try this:
sudo apt-get install libx32gcc-4.8-dev g++-multilib build-essential
this work for me.

Error:

In file included from ../../../gcc-4.6.2/libgcc/../gcc/unwind-dw2.c:333:0:
../../../gcc-4.6.2/libgcc/../gcc/config/i386/linux-unwind.h: In function ‘x86_fallback_frame_state’:
../../../gcc-4.6.2/libgcc/../gcc/config/i386/linux-unwind.h:138:17: error: field ‘info’ has incomplete type

Solve:

+++/gcc/config/i386/linux-unwind.h:138: 
--struct siginfo info;
++siginfo_t info;

Error:

cannot find crt1.o: No such file or directory

Solve:

At first,find it.sudo find /usr/ -name crti* will ouput:

(32位)/usr/lib/i386-linux-gnu/crti.o
(64位)/usr/lib/x86_64-linux-gnu/crti.o

and setup an env-var $LIBRARY_PATH

LIBRARY_PATH=/usr/lib/i386-linux-gnu
export LIBRARY_PATH

<strong>DO NOT</strong> <i>LIBRARY_PATH=/usr/lib/i386-linux-gnu:$LIBRARY_PATH</i>,this will get an error like below:

Error:

checking LIBRARY_PATH variable... contains current directory
configure: error: 
*** LIBRARY_PATH shouldn't contain the current directory when
*** building gcc. Please change the environment variable
*** and run configure again.
make[2]: *** [configure-stage2-gcc] Error 1

Solve:

Apparently, your LIBRARY_PATH ends in a colon:

/usr/lib/x86_64-linux-gnu/:
                          ^

Get rid of that:

export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/

Error:

gperf :command not found

Solve:

just install it.
apt-get install gperf

<strong>When You Continue make, You May Get Another Error, see below.</strong>

Error:

undefined reference to libc_name_p.

Solve:

make clean and re-make again.

<strong>Sadly I've got another error. :(</strong>

Error:

../.././gcc/cp/cfns.gperf:101:1: error: ‘gnu_inline’ attribute present on ‘libc_name_p’ 
../.././gcc/cp/cfns.gperf:26:14: error: but not here

Solve:

What I do is:

line 99:
 --register int hval = len;
 ++register int hval = (int)len;//mod 1

line 127:
 --#if defined __GNUC_STDC_INLINE__ || __GNUC_GNU.....
 ++#ifdef __GNUC_STDC_INLINE__//mod 2

a little different from where I found the solution.
refer to this site:<a href=https://github.com/jmccrohan/openwrt/commit/46f366f967757517ff75753db0647b166a838a6b>toolchain: fix gcc 4.6 build with gcc5 </a>

WARNING: There are still a lot of issues(VERSION THINGS) when compiling gcc4.6.2 in ubuntu 14.04.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末湿故,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子膜蛔,更是在濱河造成了極大的恐慌,老刑警劉巖脖阵,帶你破解...
    沈念sama閱讀 206,482評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件皂股,死亡現(xiàn)場離奇詭異,居然都是意外死亡命黔,警方通過查閱死者的電腦和手機(jī)呜呐,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,377評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來悍募,“玉大人蘑辑,你說我怎么就攤上這事∽寡纾” “怎么了洋魂?”我有些...
    開封第一講書人閱讀 152,762評(píng)論 0 342
  • 文/不壞的土叔 我叫張陵,是天一觀的道長喜鼓。 經(jīng)常有香客問我副砍,道長,這世上最難降的妖魔是什么庄岖? 我笑而不...
    開封第一講書人閱讀 55,273評(píng)論 1 279
  • 正文 為了忘掉前任豁翎,我火速辦了婚禮,結(jié)果婚禮上隅忿,老公的妹妹穿的比我還像新娘心剥。我一直安慰自己邦尊,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,289評(píng)論 5 373
  • 文/花漫 我一把揭開白布优烧。 她就那樣靜靜地躺著蝉揍,像睡著了一般。 火紅的嫁衣襯著肌膚如雪匙隔。 梳的紋絲不亂的頭發(fā)上疑苫,一...
    開封第一講書人閱讀 49,046評(píng)論 1 285
  • 那天,我揣著相機(jī)與錄音纷责,去河邊找鬼捍掺。 笑死,一個(gè)胖子當(dāng)著我的面吹牛再膳,可吹牛的內(nèi)容都是我干的挺勿。 我是一名探鬼主播,決...
    沈念sama閱讀 38,351評(píng)論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼喂柒,長吁一口氣:“原來是場噩夢啊……” “哼不瓶!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起灾杰,我...
    開封第一講書人閱讀 36,988評(píng)論 0 259
  • 序言:老撾萬榮一對(duì)情侶失蹤蚊丐,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后艳吠,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體麦备,經(jīng)...
    沈念sama閱讀 43,476評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,948評(píng)論 2 324
  • 正文 我和宋清朗相戀三年昭娩,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了凛篙。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,064評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡栏渺,死狀恐怖呛梆,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情磕诊,我是刑警寧澤填物,帶...
    沈念sama閱讀 33,712評(píng)論 4 323
  • 正文 年R本政府宣布,位于F島的核電站霎终,受9級(jí)特大地震影響融痛,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜神僵,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,261評(píng)論 3 307
  • 文/蒙蒙 一雁刷、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧保礼,春花似錦沛励、人聲如沸责语。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,264評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽坤候。三九已至,卻和暖如春企蹭,著一層夾襖步出監(jiān)牢的瞬間白筹,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,486評(píng)論 1 262
  • 我被黑心中介騙來泰國打工谅摄, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留徒河,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,511評(píng)論 2 354
  • 正文 我出身青樓送漠,卻偏偏與公主長得像顽照,于是被迫代替她去往敵國和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子闽寡,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,802評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容