We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am trying to run freertos on qemu , i built the freertos executable following this link https://github.com/padmaraob/FreeRTOS_QEMU and used the command ./riscv64-softmmu/qemu-system-riscv64 -machine spike_v1.10 -kernel ~/FreeRTOS-RISCV/Demo/riscv-spike/FreeRtos.elf -nographic but it got stuck by outputing Invalid htif write: address 0000000000000008 Invalid htif write: address 000000000000000c Invalid htif write: address 0000000000000010 Invalid htif write: address 0000000000000014 Invalid htif write: address 0000000000000018 Invalid htif write: address 000000000000001c Invalid htif write: address 0000000000000020 Invalid htif write: address 0000000000000024 Invalid htif write: address 0000000000000028 Invalid htif write: address 000000000000002c Invalid htif write: address 0000000000000030 Invalid htif write: address 0000000000000034 Invalid htif write: address 0000000000000038 Invalid htif write: address 000000000000003c
Now can anyone tell me what i am doing wrong and how to do this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i am trying to run freertos on qemu ,
i built the freertos executable following this link
https://github.com/padmaraob/FreeRTOS_QEMU
and used the command
./riscv64-softmmu/qemu-system-riscv64 -machine spike_v1.10 -kernel ~/FreeRTOS-RISCV/Demo/riscv-spike/FreeRtos.elf -nographic
but it got stuck by outputing
Invalid htif write: address 0000000000000008
Invalid htif write: address 000000000000000c
Invalid htif write: address 0000000000000010
Invalid htif write: address 0000000000000014
Invalid htif write: address 0000000000000018
Invalid htif write: address 000000000000001c
Invalid htif write: address 0000000000000020
Invalid htif write: address 0000000000000024
Invalid htif write: address 0000000000000028
Invalid htif write: address 000000000000002c
Invalid htif write: address 0000000000000030
Invalid htif write: address 0000000000000034
Invalid htif write: address 0000000000000038
Invalid htif write: address 000000000000003c
Now can anyone tell me what i am doing wrong and how to do this
The text was updated successfully, but these errors were encountered: