Building toolchain libraries with debugging symbols

Thomas De Schampheleire patrickdepinguin@gmail.com
Thu Mar 3 19:26:00 GMT 2016


On Mon, Feb 8, 2016 at 10:40 AM, Thomas De Schampheleire
<patrickdepinguin@gmail.com> wrote:
> Hello,
>
> What is the 'correct' way to make sure that the libraries of the
> toolchain (most importantly libc but possibly others) contain
> debugging symbols, so that debugging an application linked to these
> libraries works as expected?
>
> Toolchains provided by external vendors are configured as such, but it
> seems that crosstool-ng by default does not.
>
> We did not find a global setting for this. As a workaround we applied
> the following:
>
> CT_LIBC_GLIBC_EXTRA_CFLAGS="-g"
>
> but it is unclear if this is the 'correct' way or not.
>

ping?

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list