public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Bug in Config tool 2.04 with invalid CDL options
@ 2001-08-12  9:32 Trenton D. Adams
  2001-08-12 13:02 ` Jonathan Larmour
  0 siblings, 1 reply; 3+ messages in thread
From: Trenton D. Adams @ 2001-08-12  9:32 UTC (permalink / raw)
  To: 'eCos Disuss'

Take for instance the "<cyg/error/codes.h>" below.  If it's not 0, the
config tool 2.04 will lock up indefinately.  Although there shouldn't be
errors in the CDL files, the program shouldn't lock up either.  I don't
know if this is worth fixing or not.

Where's the source code for the GUI config tool anyhow?  Maybe if I get
enough time I can fix these little problems.  After all, I'm a better
windows developer than I am eCos! Lol.

    cdl_component CYGPKG_ISO_ERRNO {
        display       "Error handling"
        flavor        none
        no_define

        cdl_interface CYGINT_ISO_ERRNO_CODES {
            display       "Number of implementations of error codes"
            requires      { 1 >= CYGINT_ISO_ERRNO_CODES }
        }
    
        cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
            display       "Error codes implementation header"
            flavor        booldata
            default_value 0
        }
    
        cdl_interface CYGINT_ISO_ERRNO {
            display       "Number of implementations of errno variable"
            requires      { 1 >= CYGINT_ISO_ERRNO }
        }
    
        cdl_option CYGBLD_ISO_ERRNO_HEADER {
            display       "errno variable implementation header"
            flavor        booldata
            default_value 0
        }
    
    }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Bug in Config tool 2.04 with invalid CDL options
  2001-08-12  9:32 [ECOS] Bug in Config tool 2.04 with invalid CDL options Trenton D. Adams
@ 2001-08-12 13:02 ` Jonathan Larmour
  2001-08-12 13:46   ` Trenton D. Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Larmour @ 2001-08-12 13:02 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: 'eCos Disuss'

"Trenton D. Adams" wrote:
> 
> Take for instance the "<cyg/error/codes.h>"

You mean CYGBLD_ISO_ERRNO_CODES_HEADER I presume.

> below.  If it's not 0, the
> config tool 2.04 will lock up indefinately.  Although there shouldn't be
> errors in the CDL files, the program shouldn't lock up either.  I don't
> know if this is worth fixing or not.

It's a bug, so should be fixed.
 
> Where's the source code for the GUI config tool anyhow?  Maybe if I get
> enough time I can fix these little problems.  After all, I'm a better
> windows developer than I am eCos! Lol.

cvs co ecos/host

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [ECOS] Bug in Config tool 2.04 with invalid CDL options
  2001-08-12 13:02 ` Jonathan Larmour
@ 2001-08-12 13:46   ` Trenton D. Adams
  0 siblings, 0 replies; 3+ messages in thread
From: Trenton D. Adams @ 2001-08-12 13:46 UTC (permalink / raw)
  To: 'Jonathan Larmour'; +Cc: 'eCos Disuss'

Yes, CYGBLD_ISO_ERRNO_CODES_HEADER

I knew I had seen the source somewhere.  I had forgotten that it was
right in the repository.


-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Jonathan
Larmour
Sent: August 12, 2001 2:02 PM
To: Trenton D. Adams
Cc: 'eCos Disuss'
Subject: Re: [ECOS] Bug in Config tool 2.04 with invalid CDL options


"Trenton D. Adams" wrote:
> 
> Take for instance the "<cyg/error/codes.h>"

You mean CYGBLD_ISO_ERRNO_CODES_HEADER I presume.

> below.  If it's not 0, the
> config tool 2.04 will lock up indefinately.  Although there shouldn't 
> be errors in the CDL files, the program shouldn't lock up either.  I 
> don't know if this is worth fixing or not.

It's a bug, so should be fixed.
 
> Where's the source code for the GUI config tool anyhow?  Maybe if I 
> get enough time I can fix these little problems.  After all, I'm a 
> better windows developer than I am eCos! Lol.

cvs co ecos/host

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223)
271062 Maybe this world is another planet's Hell -Aldous Huxley ||
Opinions==mine

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-12 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-12  9:32 [ECOS] Bug in Config tool 2.04 with invalid CDL options Trenton D. Adams
2001-08-12 13:02 ` Jonathan Larmour
2001-08-12 13:46   ` Trenton D. Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).