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]

lwip - Ethernet


Hi,

Just added the lwip package downloaded from the savannah site and have added this package into my eCos resopitory. What is the Ethernet net package that is to be included to allow Ethernet support. I have tried using the 'Common Ethernet Support' package but it gives errors when I build it, such as below, is this the right package to use. I am using the Intel default target, and am using the old 'current' eCos repository (problems with v2 repository).

***************

make[1]: Entering directory `/ecos-c/workdir1/ecos2/ethery/ecos_build/devs/eth/intel/i82559/current'
i386-elf-gcc -c -I/ecos-c/workdir1/ecos2/ethery/ecos_install/include -I/ecos-c/ecoslwip/packages/devs/eth/intel/i82559/current -
I/ecos-c/ecoslwip/packages/devs/eth/intel/i82559/current/src -I/ecos-c/ecoslwip/packages/devs/eth/intel/i82559/current/tests -
I. -I/ecos-c/ecoslwip/packages/devs/eth/intel/i82559/current/src/ -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -
Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -D_KERNEL -D__ECOS -
Wp,-MD,src/if_i82559.tmp -o src/devs_eth_intel_i82559_if_i82559.o /ecos-
c/ecoslwip/packages/devs/eth/intel/i82559/current/src/if_i82559.c
make[1]: Leaving directory `/ecos-c/workdir1/ecos2/ethery/ecos_build/devs/eth/intel/i82559/current'
/ecos-c/ecoslwip/packages/devs/eth/intel/i82559/current/src/if_i82559.c:2586: #error Empty i82559 ethernet DSR is compiled. Is this what you want?
make: Leaving directory `/ecos-c/workdir1/ecos2/ethery/ecos_build'
make[1]: *** [src/if_i82559.o.d] Error 1
make: *** [build] Error 2


***************

Is there anywhere I can find examples for using the ppp part of the lwip, sample code?

Cheers for now
Stuart.


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