How to build m5 (Apple aarch64) #1728
-
Hello! I'm trying to build m5 tool using Apple M3. If I understood correctly we should build m5 for the host architecture: it is a normal binary running on the machine we are using. Here how I build: Could you help on build it ? Here full log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
I think you're building from the wrong directory. You need to run |
Beta Was this translation helpful? Give feedback.
I think you've got it a little backwards: you compile binaries liking to this library and run those binaries inside a gem5 simulation. Using functions from the library you can I "communicate" from the simulated guest system to host. The most common use case here would be to use this library to signal within the chest the host to halt the simulation and exit the simulation. This is often to do something (like take a checkpoint)