Hello. Background: I'm doing uefi, I use c ++ in it in sdk (edk2). This very edk2 does not allow to use the libraries delivered together with the compiler.
Actually the question is: I need to use polymorphism, but when I create a class with a virtual function, I get the error undefined reference to `vtable for cxxabiv1 :: class_type_info '
Does this mean that the virtuality mechanism uses standard libraries, in particular cxxabi, and can this be avoided somehow?