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]

lcd driver for samsung s3c44box


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?


sachin




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