RTEMS Source Builder | Draft: RSB modifications to install stdcxx.py in gdb/python/rtems (!35)
Suraj Kumar (@the.m3chanic)
gitlab at rtems.org
Sun Aug 11 10:44:03 UTC 2024
Suraj Kumar commented on a discussion on source-builder/config/gcc-common-1.cfg: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_110851
> + # be cut with ':' because _configdir contains 4 copies of
> + # the same path
> + %define rtems_configdir %(echo %{_configdir} | cut -d':' -f1)
> +
> + # Path to the location of the template script.
> + %define stdcxx_template %{rtems_configdir}/stdcxx-template.py
> +
> + # Get the current GCC version of the target being built.
> + %define rsb_rtems_gcc_version %(%{_bindir}/%{_target}-gcc --version | head -1 | awk '{print $3}')
> +
> + # Path to the target location of the script: gdb/python
> + %define stdcxx_script %{_prefix}/share/gdb/python/rtems/stdcxx.py
> +
> + # Modify the template script and update the current GCC version
> + # and place it in the target location.
> + cat %{stdcxx_template} | sed "s/@RSB_GCC_VERSION@/%{rsb_rtems_gcc_version}/g" > %{stdcxx_script}
@chris I had pinged you on Discord regarding this, but I take it you are buried with a lot of work
I think I have a working solution, but I am just not sure which file I can add this definition to such that it would be defined before this script is called? I tried looking at the trace output when dry running building the RSB to see which files are executed in which order but that did not give me much direction. Could you help me out with this please?
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_110851
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/20240811/2d6ae2b2/attachment-0001.htm>
More information about the bugs
mailing list