public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Error building for i386.
@ 2004-08-06 18:37 Sukrit K Mehra
  2004-08-09  7:16 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Sukrit K Mehra @ 2004-08-06 18:37 UTC (permalink / raw)
  To: ecos-discuss

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

Regards




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Error building for i386.
  2004-08-06 18:37 [ECOS] Error building for i386 Sukrit K Mehra
@ 2004-08-09  7:16 ` Andrew Lunn
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2004-08-09  7:16 UTC (permalink / raw)
  To: Sukrit K Mehra; +Cc: ecos-discuss

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Error building for i386.
@ 2004-08-10  3:25 Sukrit K Mehra
  0 siblings, 0 replies; 3+ messages in thread
From: Sukrit K Mehra @ 2004-08-10  3:25 UTC (permalink / raw)
  To: ecos-discuss


thanks, I got it working. Now it won't link but that's becuase I have ld 
2.15, though gcc is at 3.1 something. 

Thanks
Andrew Lunn wrote:
>
>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.cma
ke
>> [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
>
>
>



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-10  3:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-06 18:37 [ECOS] Error building for i386 Sukrit K Mehra
2004-08-09  7:16 ` Andrew Lunn
2004-08-10  3:25 Sukrit K Mehra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).