S32K3 Emios Channel* CH0 compile error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K3 Emios Channel* CH0 compile error

Jump to solution
696 Views
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 Kudos
1 Solution
675 Views
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

 

View solution in original post

1 Reply
676 Views
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