Re: Unfortunately, I still can't use rsb on a Mac (M2).
Chris Johns <[email protected]> Tue, 11 Jun 2024 13:57:03 +1000
| Newsgroups | gmane.os.rtems.user |
|---|---|
| Organization | https://www.rtems.org/ |
| Message-ID | <[email protected]> |
On 11/6/2024 1:29 pm, Heinz Junkes wrote: > Hi, > > All the stuff seems to be there: > > > junkes@Zarquon ~ % ls -l /Library/Frameworks/Python.framework/Versions/3.12/ > total 31296 > lrwxrwxr-x 1 root admin 18 Mar 12 09:09 Headers -> include/python3.12 > -rwxrwxr-x 1 root admin 16020240 Feb 6 23:15 Python > drwxrwxr-x 5 root admin 160 Feb 6 23:10 Resources > drwxrwxr-x 3 root admin 96 Feb 6 23:15 _CodeSignature > drwxrwxr-x 21 root admin 672 May 16 21:27 bin > drwxrwxr-x 3 root admin 96 Feb 6 23:10 etc > drwxrwxr-x 3 root admin 96 Feb 6 23:10 include > drwxrwxr-x 36 root admin 1152 Mar 12 09:09 lib > drwxrwxr-x 4 root admin 128 Feb 6 23:10 share Yes. The issue has been worked around in previous RSB builds with a patch however the patch was removed for GDB 14.2 build. Joel? The GDB bug is https://sourceware.org/bugzilla/show_bug.cgi?id=29070 and on discord Amar has found a python but (https://bugs.python.org/issue16848) which is closed however the --ldflags reported still have the invalid path. It is not clear if this is a GDB or Python problem. Chris