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]

compilation error on new source from cvs


I gor new source files from cvs on aug 8. 
On i386 pc target. The compilation of library
resulted in following error:


make -r -C hal/i386/arch/current build
make[1]: Entering directory
`/ecos-c/cygwin/wk/pc386/pctarget_build/hal/i386/arch/current'
i386-elf-gcc -c 
-I/ecos-c/cygwin/wk/pc386/pctarget_install/include
-I/ecos-c/cvsecos/ecos/packages/hal/i386/arch/current
-I/ecos-c/cvsecos/ecos/packages/hal/i386/arch/current/src
-I/ecos-c/cvsecos/ecos/packages/hal/i386/arch/current/tests
-I.
-I/ecos-c/cvsecos/ecos/packages/hal/i386/arch/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_misc.tmp -o
src/hal_i386_arch_hal_misc.o
/ecos-c/cvsecos/ecos/packages/hal/i386/arch/current/src/hal_misc.c
In file included from
/ecos-c/cvsecos/ecos/packages/hal/i386/arch/current/src/hal_misc.c:60:
/ecos-c/cygwin/wk/pc386/pctarget_install/include/cyg/hal/hal_arch.h:60:
warning: `CYGINT_HAL_FRV_ARCH_FR400' is not defined
/ecos-c/cygwin/wk/pc386/pctarget_install/include/cyg/hal/hal_arch.h:64:
warning: `CYGINT_HAL_FRV_ARCH_FR500' is not defined
/ecos-c/cygwin/wk/pc386/pctarget_install/include/cyg/hal/hal_arch.h:70:
#error No architecture defined?
make[1]: Leaving directory
`/ecos-c/cygwin/wk/pc386/pctarget_build/hal/i386/arch/current'
make[1]: *** [src/hal_misc.o.d] Error 1
make: Leaving directory
`/ecos-c/cygwin/wk/pc386/pctarget_build'
make: *** [build] Error 2


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

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