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

'cstool/cstool': No such file or directory #23

Open
Maksim-YmnIchkA opened this issue Mar 20, 2022 · 1 comment
Open

'cstool/cstool': No such file or directory #23

Maksim-YmnIchkA opened this issue Mar 20, 2022 · 1 comment

Comments

@Maksim-YmnIchkA
Copy link

Maksim-YmnIchkA commented Mar 20, 2022

Hello, I екшув to make a docker image according to your instructions, but I get an error:
#7 8.593 ar: creating ./libcapstone.a
#7 8.642 mkdir -p /usr/lib
#7 8.643 install -m0755 ./libcapstone.so.4 /usr/lib
#7 8.648 cd /usr/lib && rm -f libcapstone.so && ln -s libcapstone.so.4 libcapstone.so
#7 8.649 install -m0644 ./libcapstone.a /usr/lib
#7 8.653 mkdir -p /usr/include/capstone
#7 8.654 install -m0644 include/capstone/*.h /usr/include/capstone
#7 8.655 mkdir -p /usr/lib/pkgconfig
#7 8.656 install -m0644 ./capstone.pc /usr/lib/pkgconfig
#7 8.656 mkdir -p /usr/bin
#7 8.657 install -m0755 cstool/cstool /usr/bin
#7 8.657 install: cannot stat 'cstool/cstool': No such file or directory
#7 8.657 make: *** [Makefile:419: install] Error 1

I'm using macOS with apple silicon
docker v20.10.12

@another1024
Copy link

i have the same problem,
fix
make.sh install
to
make clean
make.sh
make.sh install

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