Re: Can't boot new kernel
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Oct 16, 2020 at 07:08:45AM +0900, Rin Okuyama wrote: > This seems due to kernel size growth in GCC9; GCC9 adds more unwind > tables than GCC8. You can remove the most (all?) of them by adding > -fno-asynchronous-unwind-tables and -fno-unwind-tables options. > Then, DIAGNOSTIC kernel boots again. Yes, that made it work for me - thanks! Martin