Skip to content

Fix build info collector crash#52

Open
doug-a-brunner wants to merge 2 commits into
IFS-HSR:masterfrom
hgmelectronics:patch1
Open

Fix build info collector crash#52
doug-a-brunner wants to merge 2 commits into
IFS-HSR:masterfrom
hgmelectronics:patch1

Conversation

@doug-a-brunner
Copy link
Copy Markdown

I found that BuildInfoCollector.py was crashing on my machine (Windows 10, Eclipse 4.7.3a/CDT 9.4.3, Python 3.7). The problem was that it was getting a byte string back from executing the compiler but then treating it like a regular string, as was possible in Python 2 IIRC.

Unfortunately I can't run the test suite - the repository at http://cevelop.com/cdt-testing/9.4.0 has gone away, and I couldn't find a new URL for it.

@doug-a-brunner
Copy link
Copy Markdown
Author

Thanks for the dependency fix. I was able to run the test suite and fix an issue with Python 2, and it now passes.

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

Successfully merging this pull request may close these issues.

1 participant