From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: tsmith@megaroms.co.uk Cc: ecos-discuss@sources.redhat.com Subject: RE: [ECOS] poll.h and polling stuff??? Date: Tue, 24 Jul 2001 05:14:00 -0000 Message-id: References: <20010724123023.agsplanning+tsmith@f9> X-SW-Source: 2001-07/msg00732.html On 24-Jul-2001 tsmith@megaroms.co.uk wrote: > > [i'm still very new to ecos] > > to add poll() i think i need to > a) alter the cdl for the fileio package to compile poll.cxx > b) write poll.cxx in the same directory as select.cxx > Yes. > How do i get a poll.h file to appear in my ecos build? fileio.h doesn't look like the place to > add stuff. Simply add it to the same "include" directory which contains 'fileio.h'. When you build your tree ("ecosconfig tree" or ConfigTool equivalent), the makefiles will be setup to propagate it appropriately. > > TIA > > and yes, i am trying to run before i can walk A very good strategy indeed.