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
Traceback (most recent call last):
File "C:\Users\smcro\Software\SVD-Loader-Ghidra\SVD-Loader.py", line 62, in <module>
parser = SVDParser.for_xml_file(str(svd_file))
File "C:\Users\smcro\Software\SVD-Loader-Ghidra\cmsis_svd\parser.py", line 72, in for_xml_file
return cls(ET.parse(path), remove_reserved)
File "C:\Users\smcro\Software\ghidra_10.2.2_PUBLIC\Ghidra\Features\Python\data\jython-2.7.3\Lib\xml\etree\ElementTree.py", line 1184, in parse
tree.parse(source, parser)
File "C:\Users\smcro\Software\ghidra_10.2.2_PUBLIC\Ghidra\Features\Python\data\jython-2.7.3\Lib\xml\etree\ElementTree.py", line 657, in parse
self._root = parser.close()
File "C:\Users\smcro\Software\ghidra_10.2.2_PUBLIC\Ghidra\Features\Python\data\jython-2.7.3\Lib\xml\etree\ElementTree.py", line 1667, in close
self._raiseerror(v)
File "C:\Users\smcro\Software\ghidra_10.2.2_PUBLIC\Ghidra\Features\Python\data\jython-2.7.3\Lib\xml\etree\ElementTree.py", line 1519, in _raiseerror
raise err
File "<string>", line None
xml.etree.ElementTree.ParseError: The processing instruction target matching "[xX][mM][lL]" is not allowed.
SVD-Loader.py> Finished!
The attached SVD file fails to load:
GD32F4xx.zip
The text was updated successfully, but these errors were encountered: