Re: S3 Twister Installation Problem by Enrico
Enrico
Fri Jul 01 06:19:39 CDT 2005
hi all,
Problem solved. i had to add the content of the DXProSavage.bib to the
project.bib in parameterview > project specific files.
anyway, thanks for help.
Enrico
Enrico Richter schrieb:
> ups, i missed to post the code:
> DXProSavage.bib
>
> MODULES
> ; @CESYSGEN IF CE_MODULES_FILESYS
> IF BSP_DDHAL_PROSAVAGE
> DDI_DXPROSAVAGE.dll $(_FLATRELEASEDIR)\DDI_DXPROSAVAGE.dll NK SH
> ENDIF BSP_DDHAL_PROSAVAGE
> ; @CESYSGEN ENDIF
>
> DXProSavage.cec
> CECInfo
> (
> Name ( "VIA Display:ProSavage/Twister" )
> CECVersion ( 5.00 )
> Description ( "VIA Display Driver:Prosavage/Twister" )
> GUID ( {0AB594D9-E7D3-11D4-B893-0050FC049781} )
> Vendor ( "VIA" )
> )
> ComponentType
> (
> Name ( "Display" )
> GUID ( {6563AD21-E71C-11D4-B892-0050FC049781} )
> Description ( "Display" )
> Group ( "\Device Drivers" )
> Vendor ( "Microsoft" )
> MaxResolvedImpsAllowed( 999 )
> ExcludeWhenSet( ANY, "BSP_NODISPLAY" )
> RequiredCEModules( ALL, "display device" )
> Implementations
> (
> Implementation
> (
> Name ( "VIA Prosavage/Twister" )
> GUID ( {9A899192-FE88-4F19-AE94-E47FE361973D} )
> Description ( "VIA DXProsavage/Twister display driver" )
> Version ( "2.6.0.2" )
> Locale ( 0409 )
> Vendor ( "VIA" )
> ImplSize ( 144384 )
> Date ( "2004/12/09" )
> Variable( "BSP_DISPLAY_VIA_TWISTER", "1" )
> Variable( "MODULE_NAME", "DDI_DXPROSAVAGE.dll" )
> SizeIsCPUDependent( 1 )
> BuildMethods
> (
> BuildMethod
> (
> GUID ( {33425146-8AFE-4A05-83BA-854C19C8F55D} )
> Step ( CESYSGEN )
> CPU ( "x86" )
> Action ( '#SRCCODE( USER_PROJECT,
> "$(_PLATFORMROOT)\VIACEPC\Drivers\Dxprosavage\DXProSavage.pbpxml" )' )
> )
> )
> )
> )
> )
>
> Enrico Richter schrieb:
>
>> hi,
>> thank you very much for your answer.
>> i got the triber from "via.com.tw" and installed it with the providet
>> MSI-file. all that worked fine and the driver appeared in the catalog
>> as expected. i built a platform and includet the driver. but then, the
>> driver was excludet by platformbuilder 5.0. maybe i did not understand
>> you exactly. i followed your step by step tutorial: Platform >
>> settings > environment > new ... and added the variable with value 1.
>> but it does not have an effect.
>>
>> i found out, that in the Bib-file is an other variable called, than in
>> the cec-file(code see below).
>> maybe, thats my problem, but after changing that, the exclusion still
>> is there. any idea?
>>
>> thanks for help
>>
>> enrico
>>
>> junho.yoon schrieb:
>>
>>> hi~
>>>
>>> Display Driver of "Windows CE 4.2 or 5.0" is downlaoded "via.com.tw"
>>>
>>> and...
>>>
>>> IF your environment is Windows CE 5.0, Build option's Envirment
>>> variable "BSP_DISKPLAY_VIA_TWISTER"
>>>
>>> here NO! "BSP_DISPLAY_VIA_TWISTER...
>>>
>>> ----------------------------------------------------------
>>> Step by step
>>> Platform > setting > Platform setting > Environment > Input
>>> "BSP_DISKPLAY_VIA_TWISTER" in Variable, "1" in Value.
>>>
>>> ---------------------------------------------------------------------------
>>>
>>> BUT, If Windows CE 4.2...."BSP_DISPLAY_VIA_TWISTER"
>>> ===========================================
>>> "junho.yoon" wrote:
>>>
>>>
>>>> hi~
>>>>
>>>> Display Driver of "Windows CE 4.2 or 5.0" is downlaoded "via.com.tw"
>>>>
>>>> and...
>>>>
>>>> IF your environment is Windows CE 5.0, Build option's Envirment
>>>> variable "BSP_DISKPLAY_VIA_TWISTER"
>>>>
>>>> here NO! "BSP_DISKPLAY_VIA_TWISTER...
>>>>
>>>> ----------------------------------------------------------
>>>> Step by step
>>>> Platform > setting > Platform setting > Environment > Input
>>>> "BSP_DISKPLAY_VIA_TWISTER" in Variable, "1" in Value.
>>>>
>>>> ---------------------------------------------------------------------------
>>>>
>>>> BUT, If Windows CE 4.2...."BSP_DISPLAY_VIA_TWISTER"
>>>> =========================================== "Enrico Richter" wrote:
>>>>
>>>>
>>>>> Hi all,
>>>>>
>>>>> I have to build a runtime image for a PCM-9575 with a VT8606 via
>>>>> chipset.
>>>>> I downloaded the current driver, installed it(with the .msi file),
>>>>> created a new platform and replaced the default display driver with
>>>>> the DXProSavage driver.
>>>>> Then there appeared a little red cross on my component and figured
>>>>> out, that the driver has been excluded from the platform. The
>>>>> reason for exclusion was: 'The DDI_DXPROSAVAGE.DLL is not
>>>>> referenced in the BSP's bib file. The BSP may not support this
>>>>> driver.'
>>>>>
>>>>> Please, help me. If you need more Information, I will try to get
>>>>> and post it. My boss will kill me if I don't get an answer.
>>>>>
>>>>> Thank s for every answer.
>>>>> Enrico
>>>>>