RTEMS Source Builder | Draft: RSB modifications to install stdcxx.py in gdb/python/rtems (!35)

Chris Johns (@chris) gitlab at rtems.org
Sun Aug 18 06:18:41 UTC 2024




Chris Johns started a new discussion on rtems/config/tools/rtems-gcc-13.3-newlib-head.cfg: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_111200

 >    mZWCoi+gMohMTLAtJse3D44qC1kaTefPxy1sDY3y9seRysOhXZCHyADWIjHYaEEJTJKTLkYQfe99mGF5zX6lQA==
 >  
 >  %define with_threads 1
 > +%define gcc_pre_install %include tools/rtems-install-stdcxx.cfg

Sorry I got the line wrong. We need:

```
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define gcc_version 13.3.0
%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.xz
%hash sha512 gcc-%{gcc_version}.tar.xz \
  7V8vTG7Sx5b88sk3BxWenb092xugY9VJgE3WjNq7ttVQmFrhyEZa6aM2z+KSdKbrD0LiGSQ2BXTr2OXVx8moAQ==

%define newlib_version 1339af4
%define newlib_external 1
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
%hash sha512 newlib-%{newlib_version}.tar.gz \
  mZWCoi+gMohMTLAtJse3D44qC1kaTefPxy1sDY3y9seRysOhXZCHyADWIjHYaEEJTJKTLkYQfe99mGF5zX6lQA==

%define gcc_pre_install %include tools/rtems-install-stdcxx.cfg

%define with_threads 1
%define with_plugin 0
%define with_iconv 1

%include %{_configdir}/gcc-13.cfg
```

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_111200
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/20240818/3b3423ba/attachment-0001.htm>


More information about the bugs mailing list