This is the mail archive of the ecos-devel@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: lcd driver for samsung s3c44box


On Tue, 2003-05-06 at 05:21, sachin k wrote:
> Hi,
>     I have written a driver for my lcd (src/lcd_support.c) but i
> am getting the error as undefined reference to 'lcd_comm_init' 
> which
> is my main initialization routine.
> 
>     I have included the following code in cdl file
> 
>     cdl_component CYGSEM_S3C44_LCD_COMM {
>          display        "Support LCD for comminication channel"
>          active_if      CYGPKG_REDBOOT
>          flavor         bool
>          default_value  1
>          compile        lcd_support.c
>          description    "
>            Enabling this option will use the LCD for a
>            communications channel, suitable for RedBoot, etc."
> 
>      }
> 
>     whatelse should be done?

You don't indicate if CYGSEM_S3C44_LCD_COMM is active.  Are you
building RedBoot, or a general eCos application?

Also, when you say the reference is in your "main" routine, what
function/file might that be in?

-- 
Gary D. Thomas <gary.thomas@mind.be>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]