Discussion:
Including debugging information in binaries
Christoph Schmied
2016-12-07 15:34:33 UTC
Permalink
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
Stefan Kalkowski
2016-12-09 10:44:34 UTC
Permalink
Hi Christoph,
Hey,
I am using Genode to build a project based upon base-hw.
I now want to include debugging information in the final
binary.
It seems the debugging information is available in the intermediate
binaries,
but not in the final one since it is stripped.
How can I stop the Genode toolchain from throwing away the debugging
information?
If you want the on-target binaries to contain debug information, you
have to uncomment the related 'strip' calls in the run tool, which
assembles the finally image. All binaries (except core) are stripped by
the use of the 'copy_and_strip_genode_binaries_to_run_dir' method in
'tool/run/run:445'. Just uncomment the corresponding strip call there.

regards
stefan
Greetings,
Christoph
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
genode-main mailing list
https://lists.sourceforge.net/lists/listinfo/genode-main
--
Stefan Kalkowski
Genode Labs

https://github.com/skalk ยท http://genode.org/
Loading...