-
Notifications
You must be signed in to change notification settings - Fork 55
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
riscv does not work for me #16
Comments
It seems like you are probably testing against riscv 64 bit. Currently the code only works with 32-bit riscv, I will make sure to fix that. |
Okay. Thank you very much :) |
Hi, the 'make' was not successful on my ARM, however, I want to add support for Xtensa, could you give a little guidance, especially with the file to modify? |
Hi! Is xrop ok for compressed instructions? (rv32imac & rv64imac) |
Hi sorry I am not sure if it works with the compressed instructions.
Unfortunately I have been very busy lately and haven't been able to
maintain the code much.
…On Tue, Jul 6, 2021 at 10:11 AM Lucas-Grgrt ***@***.***> wrote:
Hi! Is xrop ok for compressed instructions? (rv32imac & rv64imac)
I tried it on rv32ima and it works, but on rv32imac it doesn't find any
gadget on the binary.
Have a good day!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM67DTOUA34TD2YMTOUXITTWLJG7ANCNFSM4ILKH4MA>
.
|
I have a problem with riscv binaries.
In the main.c I added riscv to the architecture selection. In riscv-gen.c the line 42 acc is always = 0. Therefore, in line 57 the if clause is always wrong.
So there is no output. Have I forgotten anything else?
Unfortunately it does not work for me.
The text was updated successfully, but these errors were encountered: