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

Write an install.bat for Windows weirdos who don't use a unixy shell #162

Open
snare opened this issue Sep 1, 2016 · 3 comments
Open

Write an install.bat for Windows weirdos who don't use a unixy shell #162

snare opened this issue Sep 1, 2016 · 3 comments

Comments

@snare
Copy link
Owner

snare commented Sep 1, 2016

Or just say we only support Windows with Bash?

@aj3423
Copy link

aj3423 commented Jan 1, 2017

That would be great. I spent a whole day tryied everything to make voltron work with win32 gdb and no luck. An install.bat would be lifesaver :)

@snare
Copy link
Owner Author

snare commented Jan 1, 2017 via email

@aj3423
Copy link

aj3423 commented Jan 1, 2017

Thanks.
I'm new to python and gdb.
The Windows section from install guide is about Windbg, but I'm working with gdb, debugging Android JNI with arm-linux-androideabi-gdb.exe from Android NDK.
The environment: NDK gdb 7.7 with python 2.7.5, using ConEmu.
The NDK gdb uses its own python 2.7.5, which only contains minimal runtime like python.exe, python27.exe, it doesn't have pip.exe or any libraries.

I put voltron files in d:\agdb\voltron, run source d:\agdb\voltron\voltron\entry.py in gdb, error occurred:

File "voltron/voltron/entry.py", line 43, in
import blessed
ImportError: No module named blessed

I cannot install blessed module because I don't have pip.exe, is it possible to make voltron work with this minimal version of python?

I guess compile gdb myself to make it use another fully installed python would solve the problem, but compiling gdb is another problem, I spent several days trying but had no luck.

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