[ECOS] where are the files for include
adon@walkersun
adon@walkersun.com
Mon Aug 28 23:24:00 GMT 2000
Hi dear all:
ÃÂ
ÃÂ ÃÂ ÃÂ Now I have built all the compile tools and
gdb for my system. A fter this, I wrote a simple program as
the following:
ÃÂ
ÃÂ ÃÂ ÃÂ #include "stdio.h"
ÃÂ ÃÂ ÃÂ int main(void)
ÃÂ ÃÂ ÃÂ {
ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ printf("Hello
CYGWIN");
ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ printf("Testing
eCos");
ÃÂ ÃÂ ÃÂ }
ÃÂ
ÃÂ ÃÂ ÃÂ the file name of this program is main.c,
andÃÂ used the commandÃÂ
ÃÂ
ÃÂ ÃÂ ÃÂ mips-tx39-elf-gcc -c main.c
ÃÂ
ÃÂ ÃÂ ÃÂ but the system prompt me "Could not find
stdio.h", and I check my development evn, I found that there are no include
files for the chip and there are no standard ANSI C library which include
priftf, scanf, ....
So,does the situation correct?? How could I got the standard
include files and how to make the standard library???
ÃÂ
ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ Thanks
ÃÂ
ÃÂ ÃÂ ÃÂ Adon Chen
More information about the Ecos-discuss
mailing list