On Thu, Nov 13, 2003 at 03:39:10PM +0800, JM Ibanez wrote:
> Does anyone have links to the kernel developer's discussion on the
> interaction between GCC versions and the kernel?

I think this has to do with use of the -march and -mcpu flags to gcc.
If your kernel was built with a -march=<your architecture>, and your
module was built with gcc2.95 which only has the equivalent of an -mcpu
flag, it won't work.  Try using kernel CFLAGS that include only -mcpu
flags.

--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to