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]

Re: E7t and ethernet


<snip>

>
> Thanks, that makes a lot more sense now.
>
> Now, when I try to build the networking tests I seem to be missing some
> headers.
> For example, building ping_test.c I get:
>
> In file included from /eCosBuild/Test_install/include/network.h:40,
>                  from ping_test.c:34:
> /eCosBuild/Test_install/include/sys/param.h:97: sys/simplelock.h: No such
> file o
> r directory
> /eCosBuild/Test_install/include/sys/param.h:109: sys/syslimits.h: No such
> file o
> r directory
> /eCosBuild/Test_install/include/sys/param.h:139: sys/signal.h: No such
file
> or d
> irectory
> In file included from /eCosBuild/Test_install/include/sys/param.h:344,
>                  from /eCosBuild/Test_install/include/network.h:40,
>                  from ping_test.c:34:
> /eCosBuild/Test_install/include/machine/param.h:49: warning: `CLBYTES'
> redefined
>
> /eCosBuild/Test_install/include/sys/param.h:175: warning: this is the
> location o
> f the previous definition
> In file included from /eCosBuild/Test_install/include/network.h:42,
>                  from ping_test.c:34:
> /eCosBuild/Test_install/include/sys/ioctl.h:80: sys/ttycom.h: No such file
> or di
> rectory
> In file included from /eCosBuild/Test_install/include/network.h:42,
>                  from ping_test.c:34:
> /eCosBuild/Test_install/include/sys/ioctl.h:100: sys/dkio.h: No such file
or
> dir
> ectory
> /eCosBuild/Test_install/include/sys/ioctl.h:101: sys/filio.h: No such file
> or di
> rectory
> In file included from /eCosBuild/Test_install/include/network.h:55,
>                  from ping_test.c:34:
> /eCosBuild/Test_install/include/bootp.h:62: bptypes.h: No such file or
> directory
>
> Any ideas where I can get them?
>
> Thanks,
> Chris
>

Whoops!  Sorry, failed to read the documentation on this one.
adding -D__ECOS to the compile line for my application
fixes this!

Chris



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