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]

Problem building with elix


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.

regards

Nitin Mahajan






_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
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]