用光盘上的g c c 3.4.1编译完摄像头驱动后, 在utulinux2440上装载驱动 提示:
[root@bit /root]# insmod spca5xx.ko
Using spca5xx.ko
spca5xx: version magic '2.6.13-utulinux2440 preempt ARMv4 gcc-3.4' should be '2.6.13-utulinux2440 preempt ARMv4 gcc-4.0'
insmod: cannot insert `spca5xx.ko': Invalid module format (-1): Exec format error
哪里有编译好的gcc 4.0 toolchain for ARM
[root@bit /root]# insmod spca5xx.ko
Using spca5xx.ko
spca5xx: version magic '2.6.13-utulinux2440 preempt ARMv4 gcc-3.4' should be '2.6.13-utulinux2440 preempt ARMv4 gcc-4.0'
insmod: cannot insert `spca5xx.ko': Invalid module format (-1): Exec format error
哪里有编译好的gcc 4.0 toolchain for ARM
本文描述了使用gcc 3.4.1编译摄像头驱动后,在utulinux2440上装载驱动出现的问题及错误提示。问题在于驱动模块版本魔力与内核不匹配,需要使用gcc 4.0进行重新编译。
1581

被折叠的 条评论
为什么被折叠?



