This is the mail archive of the ecos-discuss@sourceware.org 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: shell application


On Sat, Sep 17, 2005 at 06:36:12PM +0200, Jaws wrote:
> Thanks David, Andrew
> 
>     I successfully ported the ZOG version in the actual ecos version and
> compiled an application for arm.
> I'll update the ficl used in ZOG with the last version from sourceforge.
> 
> A problem is still present. I created a test application ( starting form
> testmain.c).
> The problem is that executing the application from gdb the program run until
> it mets the first fgets.
> At this point it remains blocked. I think is a general problem that I have,
> not related to this specific application.

What file descriptor is it trying to read from? Does it want it in raw
mode? cooked? etc? Which serial device are you using? /dev/ser0
/dev/tty0?  You have to use a different serial device to the one gdb
is using. 

        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]