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: problem in twothreads program


> Actually i am using TI TMS320DM270 as my template and packages as default.
> After building of the eCos for the given target, it includes
> kernel package
> in my test_build folder
> And all the missing header files are in the test_install/include
> folder.

Below, you have specified 'test_install/install/include' as the search
directory.

Try:

arm-elf-gcc -g -Itest_install/include
d:/cygwin/opt/ecos-2.0/examples/twothreads.c -Ltest_install/lib -Ttarget.ld 
-nostdlib

Robert

> On Thu, Jun 03, 2004 at 12:02:31PM +0530, Ashutosh wrote:
> > Hi all,
> > I am trying to run the simple twothreads program. But I am getting some
> > error, it is as follows
> >
> > d:/cygwin/opt/ecos-2.0/examples/twothreads.c:1:29:
> cyg/kernel/kapi.h : No
> > such file or directory
> > d:/cygwin/opt/ecos-2.0/examples/twothreads.c:9: warning: data definition
> has
> > no type or storage class
> >
> > Actually I am trying to run this program as given in the
> ecos-user-guide.
> > giving the command like this
> > arm-elf-gcc -g -Itest_install/install/include
> >
> d:/cygwin/opt/ecos-2.0/examples/twothreads.c
> -Ltest_install/install/lib -Tta
> > rget.ld -nostdlib

[snip]


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