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: cyg_io_lookup for /dev/tty0 fails


On Wed, Oct 29, 2008 at 08:38:16AM +0100, Robert Brusa wrote:
> Hi
>
> I reconfigured eCOS and now I am stuck with a problem I do not understand.
> When calling a lookup for tty0, the routine returns with an error.

I presume you mean a lookup for /dev/tty0, not tty0.

> My configuration seems to be ok - /dev/tty0 is in __DEVTAB__ and is found
> there. Things go wrong at line 137 (see screenshots of debugging
> session): The if there should evaluate as true, but the program skips the
> true-branch and goes to to line 143 instead. Is this a compiler problem
> or do I get something wrong? Thanks for any help.

If you think this is a compile problem we need to see the assembly
language your compiler generated for this code fragment. 

         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]