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
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?
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
Jianghao Guo said:I have cortex m4 package from ARM
Doesn't that include documentation on how to build code for it, load the code, and run it?
View all questions in GNU Toolchain forum