Re: Troubles building world on stable/13
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 2022-Feb-3, at 15:04, bob prohaska <[email protected]> wrote: > On Thu, Feb 03, 2022 at 09:17:06AM -0800, Mark Millard wrote: >> >> Could you make a copy of the /usr/bin/c++ involved accessible >> via: >> >> http://www.zefox.net/~fbsd/rpi3/clang_trouble/20220202/ >> >> (possibly compressed)? >> > > Done. > Thanks. If you have a: /usr/lib/debug/usr/bin/clang.debug could you make a copy of it accessible via: http://www.zefox.net/~fbsd/rpi3/clang_trouble/20220202/ (possibly compressed)? Also, could you publish make.conf and src.conf and the like? --Any tailoring that contributes to how your builds run? Note: clang.debug is limited in its content to/by: DEBUG_FILES_CFLAGS= -gline-tables-only in . . . /usr.bin/clang/Makefile.inc . Otherwise the file would probably be GiBytes in size or some such --and building in the limited RPi3* context likely would not fit RAM+SWAP being (1+2) GiBytes at all. Still, the information lldb has available to it is limited, even with clang.debug . === Mark Millard marklmi at yahoo.com