[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nvidia: Unknown symbol __bad_increment_for_ia64_fetch_and_add



>>>>> On Sat, 22 Jan 2005 01:49:52 -0800, Richard Harke <rharke@earthlink.net> said:

 Richard> Unknown symbol __bad_increment_for_ia64_fetch_and_add

That's usually a sign of compiling without optimization.  Make sure
you have at least -O, if not -O2 (which is what I would recommend) on
the compiler-command-line.  Actually, I'm wondering whether you're
building the module correctly.  You should build with:

	make -f Makefile.kbuild

to be sure you pick up the right command-line arguments.

	--david



Reply to: