Re: error: no memory region specified for loadable section `.rodata'
Izumi Tsutsui <[email protected]> Wed, 8 Mar 2006 21:53:00 +0900
| Newsgroups | gmane.os.netbsd.ports.sh3 |
|---|---|
| Message-ID | <[email protected]> |
> evbsh3 kernels don't build now, failing with the following error. How > should I fix this? > [..]ld: error: no memory region specified for loadable section `.rodata' Update ldscripts? (add "*(.rodata)" after "*(.text)" or so?) --- Izumi Tsutsui