-
Notifications
You must be signed in to change notification settings - Fork 2
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
IndexError:list index out of range in /opt/caid/caid/libdeps.py, line 394, in build_dependency_graph #2
Comments
Hi @Clingto, thanks for your interest in TEEzz. The |
Thank you for your reply. I have done a detailed search on |
Are you using the
It looks like the files from the phone are not copied to your host.
|
Yes, I use
|
Hi, when I use teezz-caid tool on HUAWEI P20 device,
my command is "make run DEVICE_ID=xxx LIB_PATH=/system/lib64",
and I get the error bellow:
INFO:caid.libdeps: Building dependency graphINFO:caid.libdeps:ELF dep graphINFO:caid.libdeps:VDEX dep
graphINFO:caid.libdeps:Accumulating results 1
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in run module asreturn _run_code(code, main globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_codeexec(code, run_globals)
File "/opt/caid/caid/main..py", line 74, in df .main()
File "/opt/caid/caid/libdeps.py", line 526, in maindependencies = self.build dependency_graph(
File "/opt/caid/caid/libdeps.py", line 394, in build dependencydep_path = candidates[o].full name
IndexError: list index out of rangemake: ***[Makefile:19; run] Error 1
IndexError:list index out of range in /opt/caid/caid/libdeps.py, line 394, in build_dependency_graph
The text was updated successfully, but these errors were encountered: