Re: .cec files for optional components; Problems to use such defined components
From: Steve Maillet \(eMVP\) (nospam1_at_EntelechyConsulting.com)
Date: 02/13/04
- Next message: George McCollister: "Re: Threads Per Process. Help!"
- Previous message: Steve Maillet \(eMVP\): "Re: Using Interrupts on IXDP425"
- In reply to: R.Fichter: ".cec files for optional components; Problems to use such defined components"
- Next in thread: R.Fichter: "Re: .cec files for optional components; Problems to use such defined components"
- Reply: R.Fichter: "Re: .cec files for optional components; Problems to use such defined components"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Feb 2004 09:06:35 -0500
The one thing that I see is the use of "RequiredCEModules( ALL, "device" )"
Don't use that. While, at first, it makes rational sense to mark what OS
parts your components depend on - that particular statement triggers the
most irrational behavior of the IDE. The IDE sees that and the "Driver
Updater" decides that the component is a driver and should AUTOMATICALLY
include the component in ALL platforms unless it is explicitly excluded by
an EcludeWhenSet negative logic BSP_NOxxx variable. in the 99.999999999%
case this is NOT desired behavior. So just eliminate those dependencies on
device and only the components you add will appear.
(Note: with that dependency set any component you add from the catalog
including standard MS ones would trigger the automatic inclusion of your
components on any platform even if it's just based on the CEPC or emulator
or some other BSP having nothing to do with your components.)
-- Steve Maillet (eMVP) Entelechy Consulting smaillet_AT_EntelechyConsulting_DOT_com
- Next message: George McCollister: "Re: Threads Per Process. Help!"
- Previous message: Steve Maillet \(eMVP\): "Re: Using Interrupts on IXDP425"
- In reply to: R.Fichter: ".cec files for optional components; Problems to use such defined components"
- Next in thread: R.Fichter: "Re: .cec files for optional components; Problems to use such defined components"
- Reply: R.Fichter: "Re: .cec files for optional components; Problems to use such defined components"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|