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]

Errro while building with openBSD stack


Dear All,

I am working on Hitachi 7729 h/w + ECOS .
I am tring to enable erthernet support for my system with openBSD stack , but while building configuration i am getting following error

make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/ecos-c/ecos-work/test4_build/hal/sh/se77x9/v2_0'
make -r -C devs/eth/ns/dp83902a/v2_0 build
make[1]: Entering directory `/ecos-c/ecos-work/test4_build/devs/eth/ns/dp83902a/v2_0'
sh-elf-gcc -c  -I/ecos-c/ecos-work/test4_install/include -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0 -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0/src -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0/tests -I. -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0/src/ -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -ggdb -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -D_KERNEL -D__ECOS -Wp,-MD,src/if_dp83902a.tmp -o src/devs_eth_ns_dp83902a_if_dp83902a.o /ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0/src/if_dp83902a.c
cc1: warning: "-Woverloaded-virtual" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fvtable-gc" is valid for C++ but not for C/ObjC
In file included from /ecos-c/ecos-work/test4_install/include/sys/param.h:707,
                 from /ecos-c/ecos-work/test4_install/include/cyg/io/eth/eth_drv.h:63,
                 from /ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0/src/if_dp83902a.c:74:
/ecos-c/ecos-work/test4_install/include/pkgconf/net.h:12:10: #include expects "FILENAME" or <FILENAME>
In file included from /ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/eth/ns/dp83902a/v2_0/src/if_dp83902a.c:74:
/ecos-c/ecos-work/test4_install/include/cyg/io/eth/eth_drv.h:76:5: warning: "NBPFILTER" is not defined
make[1]: Leaving directory `/ecos-c/ecos-work/test4_build/devs/eth/ns/dp83902a/v2_0'
make[1]: *** [src/if_dp83902a.o.d] Error 1
make: Leaving directory `/ecos-c/ecos-work/test4_build'
make: *** [build] Error 2



pls guide me to solve this problem

Thanks in advance

Aniket Joshi


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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