Bug 58825 - CDL scripts should be able to require an appropriate version of libcdl
Summary: CDL scripts should be able to require an appropriate version of libcdl
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: eCos
Classification: Retired
Component: CDL
Version: CVS
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bart Veer
QA Contact: eCos bugs internal list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-25 12:15 UTC by Bart Veer
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-06-20 16:12:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Bart Veer 2002-01-25 12:15:52 UTC
Description of Problem:

A recent check-in of the USBS testing code depended on functionality added to
libcdl nine months ago, but there were still tools being used in the testfarm
predating those changes. The result was confusing error messages of the form:
 c:/TestFarm/tmp/current_20020124_0830/ecos-current/packages/io/usb/slave/current/cdl/usbs.cdl, option CYGBLD_IO_USB_SLAVE_USBTEST, property requires: error
    Unexpected character ',' in expression.
    {...B_SLAVE_TESTS}  ^,^ { " tests/usbtarget") 

Instead the CDL script should have been able to require a version of libcdl
which contained the appropriate functionality, so that a more informative error
message could be generated.

Version-Release number of selected component (if applicable):CVS

How Reproducible:Every time

Steps to Reproduce:
1. write a CDL script that uses functionality such as the is_substr() function
2. run this with old host-side tools which do not have this functionality
3. be confused by the resulting error messages

Actual Results:


Expected Results:


Additional Information:

Comment 1 Alex Schuilenburg 2003-06-20 16:12:10 UTC
This bug has moved to http://bugs.ecos.sourceware.org/show_bug.cgi?id=58825


Note You need to log in before you can comment on or make changes to this bug.