摘要: In github there are different branch for different version. Therefore choose the right branch is essential. I choose gr-ieee802-11 as example: or upda 阅读全文
posted @ 2019-02-26 16:44 WindyZ 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 把源文件编译成中间代码文件,在Windows下也就是 .obj 文件,UNIX下是 .o 文件,即 Object File,这个动作叫做编译。编译时,编译器需要的是语法的正确,函数与变量的声明的正确。对于后者,通常是你需要告诉编译器头文件的所在位置(头文件中应该只是声明,而定义应该放在C/C++文件 阅读全文
posted @ 2019-02-26 10:01 WindyZ 阅读(111) 评论(0) 推荐(0) 编辑