ProjectConverter
ProjectConverter copied to clipboard
Convert existing project from KEIL or IAR to CMake using arm-none-eabi-gcc
I launched ProjectConverter with `python converter.py uvprojx ` In folder there is one `.uvprojx` file. But inside `` subfolder there is another `.uvprojx` file (STCUbeMX auto-generated). ProjectConverter prints out `Found...
didn't see it noted. i used `pip install lxml`
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
The scenario I'm using requires an absolute path, and the call to `template_dir` in cmake.py requires that the program execution path be in the same directory as the script this...