摘要:
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 阅读全文
摘要:
把源文件编译成中间代码文件,在Windows下也就是 .obj 文件,UNIX下是 .o 文件,即 Object File,这个动作叫做编译。编译时,编译器需要的是语法的正确,函数与变量的声明的正确。对于后者,通常是你需要告诉编译器头文件的所在位置(头文件中应该只是声明,而定义应该放在C/C++文件 阅读全文