Re: enable KGDB causes the build failure
Valery Ushakov <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Sep 29, 2024 at 16:53:45 +0800, Rui-Xiang Guo wrote: > > > *** Failed target: db_interface.o > > > > > > Do I miss something? > > > > KGDB w/out DDB is probably not well tested everywhere. Other arches > > either include db_interface.c only for ddb (e.g. i386), or, when they > > include it for both, ifdef out the db_active definition (e.g. sh3) > > If so, should this page be revised? > https://www.netbsd.org/docs/kernel/kgdb.html I wouldn't know. Never used kgdb. More likely arm32 needs to be fixed, but that's for someone who actually wants to use it and can test the fix... -uwe