S32K3 Emios Channel* CH0 compile error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K3 Emios Channel* CH0 compile error

ソリューションへジャンプ
769件の閲覧回数
jingfang
Contributor IV

How can I solve this problem?捕获.JPG

category : Error
project : Gpt_example_S32K344
description: Invalid XPath-expression for Attribute "INVALID" of node "/AUTOSAR/TOP-LEVEL-PACKAGES/Gpt/ELEMENTS/Gpt/GptChannelConfigSet/GptEmios/GptEmios_0/GptEmiosChannels/GptEmiosChannels_0/GptEmiosChannel": (1822) Attempt to read value of node /AUTOSAR/TOP-LEVEL-PACKAGES/Mcl/ELEMENTS/Mcl/MclConfig/EmiosCommon/EmiosCommon_0/EmiosMclInstances with config class PostBuild which is not allowed in this context
detailed : Invalid XPath-expression for Attribute "INVALID" of node "/AUTOSAR/TOP-LEVEL-PACKAGES/Gpt/ELEMENTS/Gpt/GptChannelConfigSet/GptEmios/GptEmios_0/GptEmiosChannels/GptEmiosChannels_0/GptEmiosChannel": (1822) Attempt to read value of node /AUTOSAR/TOP-LEVEL-PACKAGES/Mcl/ELEMENTS/Mcl/MclConfig/EmiosCommon/EmiosCommon_0/EmiosMclInstances with config class PostBuild which is not allowed in this context
id : 1803
resource :
path : /AUTOSAR/TOP-LEVEL-PACKAGES/Gpt/ELEMENTS/Gpt/GptChannelConfigSet/GptEmios/GptEmios_0/GptEmiosChannels/GptEmiosChannels_0/GptEmiosChannel
location :
stack :

 

 

0 件の賞賛
1 解決策
748件の閲覧回数
cuongnguyenphu
NXP Employee
NXP Employee

Hi @jingfang,
It shows that the Config Variant of MCL module with your current configuration is "VariantPostBuild", which is not allowed in your current configuration. So you should change it to "VariantPreCompile"

cuongnguyenphu_0-1648701193179.png

 

元の投稿で解決策を見る

1 返信
749件の閲覧回数
cuongnguyenphu
NXP Employee
NXP Employee

Hi @jingfang,
It shows that the Config Variant of MCL module with your current configuration is "VariantPostBuild", which is not allowed in your current configuration. So you should change it to "VariantPreCompile"

cuongnguyenphu_0-1648701193179.png