Replies: 2 comments 1 reply
-
Did you try building your test application statically?
|
Beta Was this translation helpful? Give feedback.
-
First my apologies for just noticing this post. For specific questions about Majordomo it is more efficient to submit those directly to the majordomo issues/or discussions board. Second: for use with Olympia, Majordomo, and Dromajo are deprecated, their ISA support is not current. See riscv-perf-model/traces/README.md for current instructions. Addressing your question for future reference: Your compile command is not correct, it is including the default gcc startup files. There are more details in the majordomo/examples directory, specifically how to compile for baremetal. See the Majordomo/README.md
Majordomo will remain, it's primary purpose has changed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to generate instruction traces for the BPU testbench I am working on. For generating traces I am using majordomo (https://github.com/jeffnye-gh/majordomo?tab=readme-ov-file).
I have been able to build the repo, and pass all regressions. However when I try to run commands required to generate instruction traces from the elf file, I am constantly getting
error: unexpected character
. Following are step by step replication of commands I am using.This is C file (ex.c) I am generating elf from
Generating elf from c file
Command for generating trace from elf file
This gives me the following error -
error: unexpected character
If anyone of you have tried majordomo before, can you take a look at this?
Beta Was this translation helpful? Give feedback.
All reactions