Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ support #2

Open
mihai1voicescu opened this issue Jun 25, 2019 · 0 comments
Open

C++ support #2

mihai1voicescu opened this issue Jun 25, 2019 · 0 comments

Comments

@mihai1voicescu
Copy link

Hello,

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$ 

bvc.uvprojx.zip

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant