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: Error building for i386.


On Sat, Aug 07, 2004 at 12:05:19AM +0530, Sukrit K Mehra wrote:
> HI,
> I am trying to compile for i386 minimal from the templates and I getting 
> the following error. please help.
> 
> make -r -C hal/i386/arch/current build
> make[1]: Entering directory 
> `/mnt/win2/Documents/configtool-
> 2.03/untitled_build/hal/i386/arch/current'gc
> c -c  -I/mnt/win2/Documents/configtool-2.03/untitled_install/include 
> -I/mnt/win2/Documents/ecos/packages/hal/i386/arch/current 
> -I/mnt/win2/Documents/ecos/packages/hal/i386/arch/current/src 
> -I/mnt/win2/Documents/ecos/packages/hal/i386/arch/current/tests -I. 
> -I/mnt/win2/Documents/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 
> /mnt/win2/Documents/ecos/packages/hal/i386/arch/current/src/hal_misc.cmake
> [1
> ]: Leaving directory 
> `/mnt/win2/Documents/configtool-
> 2.03/untitled_build/hal/i386/arch/current'ma
> ke[1]: *** No rule to make target `src/context.o.d', needed by 
> `libtarget.a.stamp'.  Stop.make: Leaving directory 
> `/mnt/win2/Documents/configtool-2.03/untitled_build'make: *** [build] 
> Error 2

Do you start from an empty directory? Or did you have an old eCos
configuration in untitled_build? Try

rm -fr [^e]* error ; ecosconfig tree; make -s

        Andrew

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