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: Re: error in linking libraies with application


On Sun, Jan 16, 2005 at 11:09:53AM +0530, Devendra wrote:
> On Sat, 15 Jan 2005 18:35:43 +0100, Andrew Lunn <andrew@lunn.ch> wrote:
> > > make[1]: Entering directory `/home/yogi/ecos-work/hal/i386/arch/v2_0'
> > > i386-elf-gcc -c  -I/home/yogi/ecos-work/install/include -I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0 -I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src -I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/tests -I. -I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/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 /opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/hal_misc.c
> > > make[1]: *** No rule to make target `src/context.o.d', needed by `libtarget.a.stamp'.  Stop.
> > > make[1]: Leaving directory `/home/yogi/ecos-work/hal/i386/arch/v2_0'
> > > make: *** [build] Error 2
> > > [yogi@localhost ecos-work]$
> > 
> > Does the file
> > /opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/context.S exist?
> > 
> >        Andrew
> > 
> > 
> 

> Yes this file exists bur with name context.s & not .S hereby attaching that file

Remember you are on a *nix system which has case sensitive
names. context.s != context.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]