Do you have a debug utility for Driver Builder on VxWorks?.
Yes – you can use the Debug Monitor utility for VxWorks – wddebug.out – As explained in Technical Document #14. I have followed the DriverBuilder installation instructions in your documentation, but when I try the pci_diag_main, it says that the following symbols are unresolved: PCI_ReadPCIReg, PCI_WritePCIReg, PCI_DetectCardElements … These are utility functions included in the DriverBuilder’s sample PCI library. You may have missed adding some C files to your project. Read the source file pci_lib.c (or pci_diag_lib.c) and check if it should be included in your project. Can I use DriverBuilder to write a BSP (Board Support Package)? No, DriverBuilder is designed for writing device drivers. It cannot be used to develop a Board Support Package (BSP).