From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Olaf Peters" To: "Masashi Ichikawa" , Subject: RE: [ECOS]Compiler erros with cygwin Date: Thu, 08 Feb 2001 07:06:00 -0000 Message-id: References: <20010208183130K.ichi@me.sony.co.jp> X-SW-Source: 2001-02/msg00122.html Hello Masashi, > Command Execution Error > extracting pkgadd.db: > /usr/bin/tar: Skipping to next header > /usr/bin/tar: Error exit delayed from previous errors. > > I can't guess the cause of this error. Does anybody have any > advice? Any hints are welcome. I had the same problem and tracked it down to the ecosadmin.tcl script, that is used to add packages. The solution is to do it by hand. That is to do the following in the 'packages' directory of the eCos installation: gunzip < 'your'.epk | tar xvf - Now manually add the pkgadd.db file to the ecos database ecos.db. Olaf.