Re: X on Lemote Yeeloong
Martin Husemann <[email protected]> Sun, 24 Jan 2016 16:35:51 +0100
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 25, 2016 at 02:24:48AM +1100, matthew green wrote: > > > Section "Module" > > > Load "exa" > > > Load "xaa" > > > Load "vgahw" > > > EndSection > > > > A bug in the runtime linker, while not impossible, sounds a bit unlikely. > > There probably is a real problem somewhere preventing loading/linking > > and a bit of tracing with ldd and nm should show it. > > "exa" is a builtin module, so if the symbols are missing it sure > sounds like a dynamic linker problem to me. So the Load "exa" is a no-op and could be left out? Can someone try with ld.elf_so debugging enabled? Martin