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
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
run_command(release_command)
File "C:\Users\xxxx\ISO7816Analyzer\build_analyzer.py", line 53, in run_command
raise Exception("Shell execution returned nonzero status")
Exception: Shell execution returned nonzero status
C:\Users\xxxx\ISO7816Analyzer>
The text was updated successfully, but these errors were encountered:
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
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
run_command(release_command)
File "C:\Users\xxxx\ISO7816Analyzer\build_analyzer.py", line 53, in run_command
raise Exception("Shell execution returned nonzero status")
Exception: Shell execution returned nonzero status
C:\Users\xxxx\ISO7816Analyzer>
The text was updated successfully, but these errors were encountered: