S32K3 Emios Channel* CH0 compile error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32K3 Emios Channel* CH0 compile error

跳至解决方案
760 次查看
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 解答
739 次查看
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 回复
740 次查看
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