[Nasil]GNU Derleyicisi Hata Ciktilarini Renklendirme

Başlatan 7hr33l3t73r, 03 Mayıs 2015 - 03:10:36

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

7hr33l3t73r

Merhaba arkadaslar; Surekli yazilim gelistiren biri iseniz.GNU derleyicisinin derleme sirasinda hatalari ayni renkte vermesi gozlerimizi biraz yormakta en azindan bende oyle. :) Biraz renklendirerek gozu yormayan ve hos gelen bir goruntu elde edebiliriz.

1- Yükleme:

a.Ubuntu


sudo apt-get install colorgcc


b.Arch linux

sudo pacman -S colorgcc


2-Kullanım:

a.Ubuntu.

Ubuntu'da colorgcc'nin derleyicilerin hata çıktılarını renklendirmesini sağlamak için, renklendirilmesi istenen derleyici için sembolik bağların elle oluşturulması gerekmekte.
GNU C derleyicisi için:

cd /usr/local/bin
sudo ln -s /usr/bin/colorgcc gcc


GNU C++ derleyicisi için:

cd /usr/local/bin
sudo ln -s /usr/bin/colorgcc c++


Oluşturulan sembolik bağların oluşturulduğu dizinlerin, kabuğun yürütülen komutları aradığı PATH değişkeninde tanımlanması gerek. Bunun için

PATH="/usr/local/bin:$PATH"

satırını kullanıcınız için ~/.bashrc; sistem geneli kullanımı için /etc/bash.bashrc dosyasına ekleyebilirsiniz. Ekledikten sonra

source ~/.bashrc

ya da

source /etc/bash.bashrc

komutuyla ilgili Bash ayar dosyasını kullanıma sokun.

b. Arch Linux

Arch Linux'un sunduğu colorgcc paketi derleyiciler için colorgcc'yi gösteren sembolik bağları barındırdığı için ayrıca sembolik bağ oluşturmaya gerek yok. $PATH değişkeninin Bash ayar dosyasına eklenmesi gerekmekte:

export PATH="/usr/lib/colorgcc/bin:$PATH"


Eğer ccache kullanıyorsanız, ccache yolunun ayrıca belirtilmesi gerek:

export CCACHE_PATH="/usr/bin"

.colorgccrc ayar dosyamizin icerigi

# colorgcc configuration file
# $Id: colorgccrc,v 1.1.1.1 1999/04/25 15:24:03 jamoyers Exp $
# This file should be named $HOME/.colorgccrc
# The following groups of attributes may be combined for a given color:
# clear         black      on_black
# reset            red        on_red
# bold            green      on_green
# underline     yellow     on_yellow
# underscore    blue       on_blue
# blink            magenta    on_magenta
# reverse       cyan       on_cyan
# concealed     white      on_white
# For example, srcColor: bold cyan on_yellow
# gccVersion: if defined, append "-" to the compiler paths
# defined hereunder. Otherwise, those paths remains as is set
# gccVersion: 4.1.1
# Define the paths to the actual location of the various compilers.
# (Currently, colorgcc only understands these: g++ gcc c++ cc g77 f77 gcj)
g++: /usr/bin/g++
gcc: /usr/bin/gcc
c++: /usr/bin/g++
cc:  /usr/bin/gcc
#g77: /usr/bin/g77
#f77: /usr/bin/g77
#gcj: /usr/bin/gcj
# Don't do color if our terminal type ($TERM) is one of these.
# (List all terminal types on one line, seperated by whitespace.)
nocolor: dumb emacs
# Text between ` and ' is usually source code.
srcColor: bold green
# Text other than a warning or error.
introColor: reset
# Warnings and errors both have similar formats:
#    filename:999:Message
# Each field may be assigned a different color.
# Warnings
warningFileNameColor: reset
warningNumberColor:   white
warningMessageColor:  yellow
# Errors
errorFileNameColor: reset
errorNumberColor:   white
errorMessageColor:  bold red
# Possible translations, if you use localized compiler.
# (List all translations on one line, seperated by whitespace.)
warningTranslations:
errorTranslations:

Son olarak resim;

Not=Kurulum ve yapilandirma arch linux ile test edilmistir.
dc -e '[q]sa[ln0=aln256%Pln256/snlbx]sb207356256404211981204295703670388snlbxq'
https://www.getgnu.org/gnulinux/gnulinux-ipuclari/nasil-akillica-soru-sorulur.html