1. 新建一个“Downloadable Kernel Module Project”工程;
2. 选择对应的硬件环境,此处选择“MIPSI64gnule_SMP”;
3. 选择需要编译生成的库形式,Linker对应生成动态库.out,Librarian对应生成静态库.a;
4. 编译成成对应库文件(此处以静态库为例);
5. 新建一个image工程,点击右键的properties,选择build properties;
6. 点击build pr
1. 新建一个“Downloadable Kernel Module Project”工程;
2. 选择对应的硬件环境,此处选择“MIPSI64gnule_SMP”;
3. 选择需要编译生成的库形式,Linker对应生成动态库.out,Librarian对应生成静态库.a;
4. 编译成成对应库文件(此处以静态库为例);
5. 新建一个image工程,点击右键的properties,选择build properties;
6. 点击build pr