Is it possible to make them extern "C" by rebuilding the kernel and the
libs?
>
> > 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
OK these one can replaced with kmalloc(..) & kfree(..).
>
> > 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
So do you think there is no way to write driver in C++?
-
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