Difference between revisions of "Compiling workloads"
From gem5
(Created page with "Sometimes you might want to simulate a machine and you don't have a real machine to compile binaries on. In this case a cross compiler can help. There are various different sourc…") |
(No difference)
|
Revision as of 13:43, 19 March 2011
Sometimes you might want to simulate a machine and you don't have a real machine to compile binaries on. In this case a cross compiler can help. There are various different sources for cross compilers. This is roughly in recommended order:
- Some architectures have professionally build cross-compilers available from Code Sourcery. These are updated frequently and a good starting point: ARM, MIPS
- You can build your own cross compiler using crosstools-ng: Download it from here and follow the instructions on the page.
- We have some available on our Download page.