ISO7816Analyzer
ISO7816Analyzer copied to clipboard
When trying to run it I got the following error on the CMD. How to fix it?
C:\Users\xxxx\ISO7816Analyzer>python3 build_analyzer.py
Running on Windows
g++ -I"./AnalyzerSDK/include" -O3 -w -c -fpic -o"release/ISO7816Analyzer.o" "source/ISO7816Analyzer.cpp"
'g++' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "C:\Users\xxxx\ISO7816Analyzer\build_analyzer.py", line 76, in
C:\Users\xxxx\ISO7816Analyzer>
Looks like you don't have G++ installed.
Unfortuantely I have no experience with building Saleae analyzers on Windows, I suggest checking whether the SampleAnalyzer builds: https://github.com/saleae/SampleAnalyzer
If it doesn't I believe the bug is with your configuration
What's G++?
A compiler