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

ERROR: core: asm.arch: cannot find (mc7) #7

Open
wahoyi opened this issue Oct 7, 2022 · 5 comments
Open

ERROR: core: asm.arch: cannot find (mc7) #7

wahoyi opened this issue Oct 7, 2022 · 5 comments

Comments

@wahoyi
Copy link

wahoyi commented Oct 7, 2022

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?

@wargio
Copy link
Member

wargio commented Oct 7, 2022

howw did you configure it?

@wargio
Copy link
Member

wargio commented Oct 7, 2022

if you didn't use the ~/.local prefix, i suggest to do this:

# 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

@elwoodwgd
Copy link

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?

@wargio
Copy link
Member

wargio commented Oct 7, 2022

Looks like there was a small symbol missing due some changes in rizin. try to pull the latest version and rebuild.
If you can confirm that it fixed the issue, then i will just release a new version of the plugin

@wargio
Copy link
Member

wargio commented Oct 9, 2022

@wahoyi @elwoodwgd can you confirm this is now fixed? i would like to close this and make the release

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

3 participants