Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gilgul46 opened this issue Jan 21, 2024 · 3 comments

Comments

@Gilgul46
Copy link

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>

@nezza
Copy link
Owner

nezza commented Jan 23, 2024

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

@Gilgul46
Copy link
Author

What's G++?

@nezza
Copy link
Owner

nezza commented Jan 24, 2024

A compiler

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

No branches or pull requests

2 participants