ISO7816Analyzer icon indicating copy to clipboard operation
ISO7816Analyzer copied to clipboard

When trying to run it I got the following error on the CMD. How to fix it?

Open Gilgul46 opened this issue 1 year ago • 3 comments

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>

Gilgul46 avatar Jan 21 '24 17:01 Gilgul46

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

nezza avatar Jan 23 '24 11:01 nezza

What's G++?

Gilgul46 avatar Jan 23 '24 11:01 Gilgul46

A compiler

nezza avatar Jan 24 '24 19:01 nezza