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]

i386:the include_next problem,path problem or a bug?


hi,

I use eCos 1.3.net,CygWin+win2000. when i built the library for default configure,i have found a problem.

When the head file have "#include_next XXXX.h",it say "XXXX.h:No such file or directory".
I check the path and it is correct.and this file  exist.
These files is stddef.h,stdarg,......,

I don't know how to solve this problem.

follow is the build message:

.......
f/eCos/ecos/packages/hal/common/current/tests -I. -I/ecos-f/eCos/ecos/packages/hal/common/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 -Wp,-MD,src/dbg-threads-syscall.tmp -o src/hal_common_dbg-threads-syscall.o /ecos-f/eCos/ecos/packages/hal/common/current/src/dbg-threads-syscall.c
i386-elf-gcc -c  -I/ecos-i/my_386_install/include -I/ecos-f/eCos/ecos/packages/hal/common/current -I/ecos-f/eCos/ecos/packages/hal/common/current/src -I/ecos-f/eCos/ecos/packages/hal/common/current/tests -I. -I/ecos-f/eCos/ecos/packages/hal/common/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 -Wp,-MD,src/hal_if.tmp -o src/hal_common_hal_if.o /ecos-f/eCos/ecos/packages/hal/common/current/src/hal_if.c
In file included from /ecos-i/my_386_install/include/cyg/infra/cyg_type.h:49,
                 from /ecos-i/my_386_install/include/cyg/infra/cyg_ass.h:59,
                 from /ecos-f/eCos/ecos/packages/hal/common/current/src/hal_if.c:48:
/ecos-i/my_386_install/include/stddef.h:55: stddef.h: No such file or directory
In file included from /ecos-i/my_386_install/include/cyg/hal/hal_if.h:54,
                 from /ecos-f/eCos/ecos/packages/hal/common/current/src/hal_if.c:53:
/ecos-i/my_386_install/include/stdarg.h:57: stdarg.h: No such file or directory
make[1]: *** [src/hal_if.o.d] Error 1
make[1]: Leaving directory `/ecos-i/DOCUME~1/Administrator/MYDOCU~1/my_386_build/hal/common/current'
make: *** [build] Error 2
make: Leaving directory `/ecos-i/DOCUME~1/Administrator/MYDOCU~1/my_386_build'


_____________________________________________________
263在线_中国人的网上家园
Tel:010-64262631 (c)1998-2002版权所有
263天下邮服务热线     263online@263.net.cn  

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