05 2020 档案

gcc c asm,C程序内嵌汇编
摘要:gcc说明: https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/Extended-Asm.html https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/Extended-Asm.html#Extended-Asm 有时候, 阅读全文

posted @ 2020-05-31 16:32 yanhc 阅读(832) 评论(0) 推荐(0)

makefile and make tips
摘要:wildcard,扩展通配符 https://blog.csdn.net/hktkfly6/article/details/25644139 SRC = $(wildcard *.c) 等于指定编译当前目录下所有.c文件,如果还有子目录,比如子目录为inc,则再增加一个wildcard函数,象这样: 阅读全文

posted @ 2020-05-21 22:04 yanhc 阅读(256) 评论(0) 推荐(0)

导航