You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use C++ and we get this weird error. Is C++ support available or is this another problem?
(base) wlan-145-94-230-99:cmake-uvision-syncer-master 2 mihaivo$ python3 main.py /Users/mihaivo/Desktop/DARE/Stratos-IV/Software/bvc
Using µVision5 Project File '/Users/mihaivo/Desktop/DARE/Stratos-IV/Software/bvc/bvc.uvprojx'
Traceback (most recent call last):
File "main.py", line 879, in <module>
main()
File "main.py", line 852, in main
uvp = UVisionProject.new(project_path)
File "main.py", line 455, in new
) for target in xproj.xpath("Targets/Target")
File "main.py", line 455, in <listcomp>
) for target in xproj.xpath("Targets/Target")
File "main.py", line 437, in <genexpr>
) for to_taa in target.xpath("TargetOption/TargetArmAds")
File "main.py", line 409, in <genexpr>
) for to_taa_c in to_taa.xpath("Cads")
AttributeError: 'NoneType' object has no attribute 'split'
(base) wlan-145-94-230-99:cmake-uvision-syncer-master 2 mihaivo$
Hello,
We use C++ and we get this weird error. Is C++ support available or is this another problem?
bvc.uvprojx.zip
Thank you in advance!
The text was updated successfully, but these errors were encountered: