RTEMS Source Builder | Draft: RSB modifications to install stdcxx.py in gdb/python/rtems (!35)
Christian Mauderer (@c-mauderer)
gitlab at rtems.org
Thu Jul 11 05:20:29 UTC 2024
Christian Mauderer commented on a discussion on rtems/config/stdcxx-template.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_109068
> +import sys
> +import traceback
> +import gdb
> +import os
> +
> +
> +gdb_path = gdb.PYTHONDIR
> +gcc_version = "@RSB_GCC_VERSION@"
> +
> +gcc_path = os.path.dirname(os.path.dirname(gdb_path))
> +gcc_path = os.path.join(gcc_path, "gcc-" + gcc_version)
> +gcc_python_path = os.path.join(gcc_path, "python")
That's OK. I just wanted to make sure that I understand it correctly.
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_109068
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240711/11366e08/attachment.htm>
More information about the bugs
mailing list