Re: How to add generate symbols for gdb?

2014-08-16 Thread Hung Mark
Hi Ariel, After I reconfigured the project with --build-with-package-format option, debugging symbols were successfully generated, even before I tried to use dbglevel=2 or debug=t in the target module. I also updated wiki https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_

Re: How to add generate symbols for gdb?

2014-08-16 Thread Ariel Constenla-Haile
On Sun, Aug 17, 2014 at 12:27:39AM +0800, Hung Mark wrote: > Here is how I did: > After I build & deliver in the module, I go into instsetoo_native, then > build --all -P4 -- -P4 > After that, I install all packages generated with dpkg -i. > Will it work this way? They should work the same except

Re: How to add generate symbols for gdb?

2014-08-16 Thread Hung Mark
Hi Ariel, > > Do I have to build all with debug=t to in order to get symbolic tables? > > What are the necessary and not necessary steps? > > Symbols might be stripped. Look at LinuxX86-64Env.Set.sh and make sure > that > > ENABLE_SYMBOLS="TRUE" > DISABLE_STRIP="TRUE" > > My LinuxX86-64Env.Set.s

Re: How to add generate symbols for gdb?

2014-08-16 Thread Ariel Constenla-Haile
On Sat, Aug 16, 2014 at 07:48:16AM +0800, Hung Mark wrote: > Hi, > > I tried to configure with --enable-symbols to build with symbolic > generation. > Here is my command line: > > ./configure \ > --with-dmake-url= > http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ >

Re: How to add generate symbols for gdb?

2014-08-16 Thread Hung Mark
No. Dbglevel=2 doesn't work. 2014-08-16 17:30 GMT+08:00 John O'Sullivan : > Dbglevel=2 ? > On 16 Aug 2014 00:48, "Hung Mark" wrote: > > > Hi, > > > > I tried to configure with --enable-symbols to build with symbolic > > generation. > > Here is my command line: > > > > ./configure \ > > --

Re: How to add generate symbols for gdb?

2014-08-16 Thread John O'Sullivan
Dbglevel=2 ? On 16 Aug 2014 00:48, "Hung Mark" wrote: > Hi, > > I tried to configure with --enable-symbols to build with symbolic > generation. > Here is my command line: > > ./configure \ > --with-dmake-url= > http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ > --w

How to add generate symbols for gdb?

2014-08-15 Thread Hung Mark
Hi, I tried to configure with --enable-symbols to build with symbolic generation. Here is my command line: ./configure \ --with-dmake-url= http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ --with-epm-url= http://www.msweet.org/files/project2/epm-3.7-source.tar.gz \