This is the mail archive of the ecos-discuss@sources.redhat.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]
Other format: [Raw text]

Re: Problem while building with elix


> "Ram Khatkhedkar (enSys)" wrote:
> 
> Hello everyone!
> 
> Iam trying  to build ecos on synthetic linux target with the elix
> template.
> Iam facing a problem with the socket.h file in the build tree.
> The problem description is as follows,
> socket.cxx includes  /install/include/sys/socket.h  , socket.h has
> following entities whose typedef is supposed to be in a file
> named types.h.
> 
> These are u_int32_t,u_int64_t,u_int16_t,in_addr_t,sa_family_t,socklen_t
> etc.
> 
> The typedefs for these are present in repository in
> /packages/net/tcpip/current/include/sys/types.h.
> 
> but this file is not present in the build tree after i do ecosconfig new
> linux elix.
> The types.h at packages/isoinfra/current/include/sys/types.h in
> repository finds a location at install/include/sys/types.h .....is
> it geeting placed at right location or instead our required types.h
> should be present in the install/include/sys folder.

I suspect you are mixing the 1.3.1 networking EPK with anonymous CVS
sources. Instead follow the instructions at
http://sources.redhat.com/ecos/anoncvs.html to check out the net sources
from anonymous CVS as well.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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