[xsd-users] Which debug option I need to use?
wendy f
wendy01142015 at outlook.com
Fri Nov 13 17:14:48 EST 2015
Hello all,
I am following the tutorial on http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/#2 and it works fine for the driver.cxx. But whenever I try to load the driver with gdb, it always complain that "no debugging symbols found").
I have used the following command the build the code:
g++ -g -c driver_serialization.cxx hello.cxx -I/xerces/3.1.0/include -I/xsd-3.2.0-x86/libxsdg++ -g -Wall -o driver driver_serialization.o hello.o -L /xerces/c3.1.0/ -lxerces-c
Thank you
More information about the xsd-users
mailing list