This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use gcc-arm-none-eabi to compile coremark for cortex M4?

I have downloaded gcc-arm-none-eabi compiler from ARM website, and coremark source code from github.

How can I compile it and make it work on M4? Thanks

Parents
  • Sorry I should have made it more clear.

    I have cortex m4 package from ARM, and want to compile coremark benchmark then load the compiled code into instruction memory to start verilog rtl simulation.

    For such purpose, do I need to provide something like startup code? Also how to handle some functions like print? Thanks

Reply
  • Sorry I should have made it more clear.

    I have cortex m4 package from ARM, and want to compile coremark benchmark then load the compiled code into instruction memory to start verilog rtl simulation.

    For such purpose, do I need to provide something like startup code? Also how to handle some functions like print? Thanks

Children