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]

Using the TCP/IP stack from the anonymous CVS server


I retrieved the TCP/IP stack from the CVS server, since it was recommended 
that I do so here:

http://sources.redhat.com/ecos/getstart.html

However, no .epk file is included there, which is required according to the 
documentation here:

http://sources.redhat.com/ecos/docs-latest/tcpip/tcpip.3.html#40207

Where it states that in order to add the net package to the build (I'm using 
Linux so I use command line) to do the following

"cd packages
 ./ecosadmin.tcl add net-1.0by.epk"

If there is no "net-1.0by.epk" or ANY .epk file anywhere, what do I do?

Furthermore, if I do the following:

"../ecosadmin.tcl list | grep -i net"

I get the following output:

CYGPKG_DEVS_FLASH_FLEXANET: current
CYGPKG_NET: current
CYGPKG_DEVS_ETH_ARM_FLEXANET: current
CYGPKG_HAL_ARM_SA11X0_FLEXANET: current

Which seems to indicate that the NET package IS included, yet when I 
configure for my target:

"ecosconfig new iq80310
 ecosconfig add net
 ecosconfig tree
 make"

I get the following error:

"At least one network driver framework must be defined!"

But I just want to compile for loopback, I don't care about a driver at this 
point.  I should be able to do this according to the documentation here:

http://sources.redhat.com/ecos/docs-latest/tcpip/tcpip.3.html#40207

So, what am I doing wrong?  Is this an error in the ecos code or is it a 
problem with the newest code in the CVS repository?

Anybody else working with the IQ80310 StrongArm?  Should I drop using CVS for 
my source and use more standard packages?  What are the CVS labels that I 
should be working with?

Thanks
-Rich


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