RTlinux3.2+linux2.4.23编程:insmod报错Couldn‘t find the kernel version the module was compiled for Linux
最近在做实验,采用了redhat9+RTlinux3.2+linux2.4.23的环境redhat9原linux内核为liniux2.4.20-8。环境搭建完毕后,自己手写一个c文件进行尝试,如下。编写test.c文件内容#incluedepthread_tthread;void*start_routine(void*arg){rtl_printf("hello,world\n");return0