This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: __NETDEVTAB__ undefined error^2


Hello eCos people.

I have met with same trouble. and I found two defines , __NETDEVTAB__ 
__NETDEVTAB_END__ at target.ld . but it is a under-score short of 
regulation define. so I changed target.ld as below.
( exactly I changed sh.ld , that is the target.ld for my target system )

___NETDEVTAB__ = ABSOLUTE (.); KEEP (*(SORT (.netdevtab*))) ___NETDEVTAB_END__ = ABSOLUTE (.);  



----------
come back salmons
Suzuki,Ryouzaburou
ryos@atom-tc.or.jp

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]