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]

eb40/eb40a platform hals


I took Thomas' lastest patch from the mailing list and created an eb40a
directory.  So now there is var, eb40, and eb40a.  I then modified the
ecos.db to the following:

package CYGPKG_HAL_ARM_AT91 {
	alias		{ "Atmel evaluation board (common)" hal_arm_at91 arm_at91_hal }
	directory	hal/arm/at91/var
	script		hal_arm_at91.cdl
	hardware
        description "
The at91 HAL package provides the support needed to run eCos on an Atmel
evaluation board (common)."
}

package CYGPKG_HAL_ARM_AT91_EB40 {
	alias		{ "Atmel evaluation board (EB40)" hal_arm_at91_eb40 arm_at91_eb40_hal 
}
	directory	hal/arm/at91/eb40
	script		hal_arm_at91_eb40.cdl
	hardware
        description "
The at91 HAL package provides the support needed to run eCos on an Atmel
evaluation board (EB40)."
}

package CYGPKG_HAL_ARM_AT91_EB40A {
	alias		{ "Atmel evaluation board (EB40A)" hal_arm_at91_eb40a 
arm_at91_eb40a_hal }
	directory	hal/arm/at91/eb40a
	script		hal_arm_at91_eb40a.cdl
	hardware
        description "
The at91 HAL package provides the support needed to run eCos on an Atmel
evaluation board (EB40A)."
}

However, when I run 'ecosconfig new eb40a redboot' I get the error:

ecos.db, package CYGPKG_HAL_ARM_AT91_EB40A: warning
    Version subdirectory `current' does not have a CDL script 
`hal_arm_at91_eb40a.cdl'.
ecos.db, package CYGPKG_HAL_ARM_AT91_EB40A: warning
    This package does not have any valid version subdirectories.
Unknown target eb40a

Under each platform directory (eb40, eb40a, var) is the subdirectory
'current'.  Is this not a valid version?  How do I tell ecosconfig to look
in 'current'?

-tim


-- 
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]