unresolved symbols with 2.0.34

Vasili Goutas (vgo@ratio.de)
Thu, 20 Aug 1998 15:21:22 +0200


I'm writing an driver for a PCI card we developed.
First I started getting the PCI configuration of the card and programmed
in C.
It was possible to load and remove the module without problems.
Now I started to implement the same with C++ wrote some classes which
calls the same functions and got the following:

kip5.o: unresolved symbol initBoard
kip5.o: unresolved symbol pcibios_read_config_word__FUcUcUcPUs
kip5.o: unresolved symbol __builtin_delete
kip5.o: unresolved symbol cleanupBoard
kip5.o: unresolved symbol findCard__9PCIBridge
kip5.o: unresolved symbol __builtin_new
kip5.o: unresolved symbol pcibios_read_config_byte__FUcUcUcPUc
kip5.o: unresolved symbol pcibios_read_config_dword__FUcUcUcPUi
kip5.o: unresolved symbol pcibios_find_device__FUsUsUsPUcT3

Is this a problem of the g++ ore the linker?
I compile the source whith the option "-c " and some other, and at last
I link them with "$(LD) -r -o $^ $(MODULEOBJS)".

TIA
Vasili

-
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