makefile/shell/gcc/gdb
JXES智能生态系统
淘宝店铺:https://shop203908944.taobao.com/
展开
-
Ubuntu下profile,bashrc
系统级环境变量设置/etc/profile这个对所有用户有效,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置.英文描述为:# /etc/profile# System wide environment and startup programs, for login setup # Functions and aliases Go in /etc原创 2017-07-20 10:08:12 · 527 阅读 · 0 评论 -
GCC -M,-MM,-MMD,-MF,-MT
GCC的命令参数有很多,下面主要介绍几个M相关的:-M生成文件关联的信息。包含目标文件所依赖的所有源代码,下面是测试log:jack@jxes-VirtualBox:~/samba_share/tmp$ vim test.c jack@jxes-VirtualBox:~/samba_share/tmp$ gcc -M test.c test.o: test.c /usr/include/stdc-p原创 2017-07-17 11:21:15 · 16608 阅读 · 5 评论