Re: HEADS UP: macppc gcc8 fallout in -current
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
Oh right. So I can reproduce and gcc with -dH kindly dumps core, which I then loaded on the build host with the cross gdb: Reading symbols from /work/hosts/macppc/usr/libexec/cc1... (No debugging symbols found in /work/hosts/macppc/usr/libexec/cc1) [New process 1] warning: `/usr/lib/libintl.so.1': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: `/usr/lib/libz.so.1': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: `/usr/lib/libstdc++.so.9': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: `/usr/lib/libm.so.0': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: `/usr/lib/libgcc_s.so.1': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: `/usr/lib/libc.so.12': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: `/usr/libexec/ld.elf_so': Shared library architecture unknown is not compatible with target architecture powerpc:common. warning: A handler for the OS ABI "NetBSD" is not built into this configuration of GDB. Attempting to continue with the default rs6000:6000 settings. Core was generated by `cc1'. Program terminated with signal SIGABRT, Aborted. #0 0xfdba20c4 in std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>) () from /usr/lib/libstdc++.so.9 Martin