phodina / ProjectConverter

Convert existing project from KEIL or IAR to CMake using arm-none-eabi-gcc
Other
83 stars 25 forks source link

AttributeError: no such child: TargetArmAds #3

Open YinGithub opened 6 months ago

YinGithub commented 6 months ago

error happened. File "C:\Users\myname\Desktop\gitProjects\ProjectConverter\uvprojxproject.py", line 26, in parseProject self.project['incs'] = self.root.Targets.Target.TargetOption.TargetArmAds.Cads.VariousControls.IncludePath.text.split(';') File "src\lxml\objectify.pyx", line 231, in lxml.objectify.ObjectifiedElement.getattr File "src\lxml\objectify.pyx", line 450, in lxml.objectify._lookupChildOrRaise AttributeError: no such child: TargetArmAds

phodina commented 4 months ago

Hi @YinGithub , I don't work with KEIL or IAR anymore so can't test that.