gcc colour compile

Recently i changed another company, and i missed h3c a little.

Although i know h3c never like me.


Here is one of advantages of h3c : gcc compile output with different colors.

Once i think that every company does this.

Now i know the answer is NO!

So i need to do it now.


This article comes from this link : https://github.com/chinaran/color-compile

(1) compile ("\make" means using system make, not alias)

$ \make

(2) install (need root permission)

$ \make install

// copy exec program to /usr/local/bin/

// alias gcc/g++/make in ~/.bashrc

(3) test

// open a new terminal

$ make TEST (== gcc test.c -Wall)


(1) 编译 (进到项目根目录,"\make" 是使用系统make,而不是alias别名)

$ \make

(2) 安装 (需要超级权限)

$ \make install

(这一步做了两件事,一是把主程序拷贝到 /usr/local/bin/ 下,二是添加了 gcc/g++/make 的别名到 ~/.bashrc 的末尾)

(3) 测试 (新打开一个终端)

$ make TEST (== gcc test.c -Wall)

注意事项:

(1) 如果你的 gcc 版本 >= 4.9.0,可以直接使用 -fdiagnostics-color=auto 参数,显示效果应该比 color-compile 好(没试过)

(2) 如果你需要卸载或者重装,请删除 ~/.bashrc 末尾处的gcc/g++/make 别名,以免影响之后的使用。

(3) 如果你需要添加新的编译工具,可以修改Makefile 的 install: 处,以 arm-linux-gcc 为例,echo 'alias arm-linux-gcc="color_compile arm-linux-gcc"' >> $(ALIAS_FILE),或者直接修改 ~/.bashrc 都行。

(4) 如果你需要更改显示的颜色,直接修改 out_color_info.c 源码就行,其中有一些颜色定义的宏。



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值