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]

ecos port to X86


I am trying to build ecos with networking stack using
ecos 2.0.
I have successfully created the library using the
config tools with the networking stack and http server
package.However, when I try to run an application
(ftp_test.c or ping_tset.c), I get compilation errors
such as:

$ make
i386-elf-gcc -c -o ping_test.o -g -Wall
-IC:/workdir/ecosAll_install/include -ff
unction-sections -fdata-sections ping_test.c
In file included from
C:/workdir/ecosAll_install/include/network.h:40,
                 from ping_test.c:38:
C:/workdir/ecosAll_install/include/sys/param.h:97:28:
sys/simplelock.h: No such
file or directory

By looking at these files, I can see that some of
these files are required if __ECOS flag is not
defined. 
Question, Have I missed something/component in the
generation of the library. My assumption is that the
__ECOS flag should be defined somewhere. 

Any ideas?

Thanks,
Baljeet




__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

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