-
Notifications
You must be signed in to change notification settings - Fork 22
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
Question about workflow using cross compilation #452
Comments
Hi, It looks like you are doing the right process, but as you said the However, I cannot guarentee 100% functional correctness of this branch (from my testing it works fine, and it passes our test pipelines, but as it is not in |
Thank you for your kind reply. I'll follow up if I find anything good in that branch. |
Hi. The branch |
Hi, I have just double checked the |
Check List
Binary File Information
Please run
file
on the binary used and paste the output below (i.e.file myBinary.elf
).System Description
Please provide the following as a list:
SimEng Version
Provide the SimEng repository branch, commit hash, and version tag (if relevant) that the issue is present on.
branch: dev 84f4c7f
SimEng CMAKE Options Used
Binary Compilation Instructions
Provide a bullet list of how the binary in question was compiled, including all compiler flags used.
SimEng Command Line Expression
Provide the command line expression used to run SimEng e.g.
./simeng /path/to/configs/a64fx.yaml /path/to/myBinary.elf
SimEng Metadata Output
If your simulation begins to execute the binary, please provide the metadata that SimEng prints at the start of execution.
E.g.
Problem Description
I was trying to use SimEng to simulate aarch64 binaries produced by
aarch64-linux-gnu-g++
, but didn't get it to work. It keeps generatingpaciasp
which is not supported. I'd like to know if it was my compilation skill issue or I just can't do it in this way? What's the right way to get it right?BTW, according to this page, do I have to get the 10.3.0 version of aarch64-linux-gnu-g++?
The text was updated successfully, but these errors were encountered: