This is the mail archive of the ecos-discuss@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]

Configuration Tool


I am performing a port for a hardware target using the SH7145 chip. When I create a template in the configuration tool for my target platform, resolve conflict dialog appears as follows:

Item: CYGPKG_HAL_SH_SH7145_PC388  requires CYGPKG_HAL_SH_7145

I have palced CYGPKG_HAL_SH_7145 in the target in the ecos.db as follows, any ideas what I have missed out.

package CYGPKG_HAL_SH_SH7145_PC388 {
        alias           { "Quartz PC388 (sh7145)Board board" hal_sh_pc388 sh_pc388_hal }
        directory       hal/sh/pc388
        script          hal_sh_sh7145_pc388.cdl
        hardware
        description "
           This SH HAL package provides the support needed to run
           eCos on a Quartz PC388 board."
}

target pc388 {
        alias { "Quartz PC388 (7145)" pc388 }
        packages { CYGPKG_HAL_SH
                   CYGPKG_HAL_SH_SH2
                   CYGPKG_HAL_SH_SH7145_PC388
		CYGPKG_HAL_SH_7145
	           CYGPKG_IO_SERIAL_SH_SCI
        }
        description "
           The PC388 target provides the packages needed to run
           eCos on a Quartz PC388 (7145 based) board."
}



Any help would be greatfully received.

	An eCos Newbie but Enthusiast.

		James Yates

--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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