C++ does name mangling. Thats going to make life entertaining. The
pcibios_* functions appear to be mangled which suggests they aren't
extern "C" ..
> kip5.o: unresolved symbol __builtin_delete
> kip5.o: unresolved symbol __builtin_new
And these two are C++ library internal functions not present in the
kernel
> Is this a problem of the g++ ore the linker?
I think the problem is your driver on the whole, coupled with the fact
you are hitting C++/C linking stuff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html