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: Help! Some runtime problems


Robert Allen <rba_ny@yahoo.com> writes:

> Hi guys,
>     I have a multi-threaded application written in
> C++. It compiled well. when I try to run it, this is
> what I'm getting --
> 
> Program received signal SIGTRAP, Trace/breakpoint
> trap.
> [Switching to Thread 2]
> 0x0000ede0 in _exit (n=24)
>     at
> ../../../../../../newlib-1.12.0/newlib/libc/sys/arm/syscalls.c:104
> 104    
> ../../../../../../newlib-1.12.0/newlib/libc/sys/arm/syscalls.c:
> No such file or directory.
>         in
> ../../../../../../newlib-1.12.0/newlib/libc/sys/arm/syscalls.c
> Current language:  auto; currently c
> 
> I don't understand this error. can someone please help
> me on this.

This looks to me like you have built a stand-alone newlib application
and not an eCos application. Go back and reread the User Guide.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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