[ECOS] __NETDEVTAB__ undefined error^2

KASHIWAYA Haruki kashiwaya@redhat.com
Tue Jun 27 17:40:00 GMT 2000


Hi there, Jesper, Ryozaburo-san,

Thank you for your advise!
I am a jerk, I overlooked very simple thing.
It worked!

Jesper Skov wrote:
> Hi there, Haruki!
> 
> I think the problem could be the _ prefix required by the SH
> architecture. Try adding two _s in sh.ld:
> 
>     __NETDEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.netdevtab*))) 
> __NETDEVTAB_END__ = ABSOLUTE (.); \
> so it becomes:
> 
>     ___NETDEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.netdevtab*))) 
> ___NETDEVTAB_END__ = ABSOLUTE (.); \
> 
> Jesper


--
KASHIWAYA Haruki
Red Hat K.K.



More information about the Ecos-discuss mailing list