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
  • much the same as you'd compile any other thing?

    What have you tried so far?

    Where are you stuck?

    Which particular "M4" are you building for? Have you successfully built & run anything else for it - eg, the ubiquitous "blinky" ?

    Are you using some IDE, or just bare command-line?

    Does the coremark git hub give no guidance?

Reply
  • much the same as you'd compile any other thing?

    What have you tried so far?

    Where are you stuck?

    Which particular "M4" are you building for? Have you successfully built & run anything else for it - eg, the ubiquitous "blinky" ?

    Are you using some IDE, or just bare command-line?

    Does the coremark git hub give no guidance?

Children