-
Notifications
You must be signed in to change notification settings - Fork 8
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
ERROR: core: asm.arch: cannot find (mc7) #7
Comments
howw did you configure it? |
if you didn't use the # Cleanup the old installation
sudo ninja -C build uninstall
rm -rf build
# reinstall it but on ~/.local
meson --prefix=~/.local build
ninja -C build
ninja -C build install |
I have reinstall rizin on ~/.local, and I tried to use the rizin -a mc7, but it also reported an error: "ERROR: core: asm.arch: cannot find (mc7)". Can you give me some help? |
Looks like there was a small symbol missing due some changes in rizin. try to pull the latest version and rebuild. |
@wahoyi @elwoodwgd can you confirm this is now fixed? i would like to close this and make the release |
Hi, I tried to use the command "e asm.arch=mc7" set arch = mc7, but it reported an error: "ERROR: core: asm.arch: cannot find (mc7)". Additionally, no errors occur during the installation process. Can you give me some help?
The text was updated successfully, but these errors were encountered: