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

ARM Cortex-m softcore + FPGA +GCC

Hi everybody

Has anyone use GCC toolchain with ARM Cortex-M3 Softcore in FPGA instead of Keil MDK?

I am preparing for a few test on a FPGA development board and I want to use GCC as toolchain. I don't know is even possible to use GCC with softcores.

Thanks,

Jose P

Parents
  • Why should it not be possible? GCC is "just" a compiler. And if it is the correct compiler for your softcore (here CM3) then it will generate the right code.

    But if the GCC is for Microblaze, I won't work with CM3 ;-)

Reply
  • Why should it not be possible? GCC is "just" a compiler. And if it is the correct compiler for your softcore (here CM3) then it will generate the right code.

    But if the GCC is for Microblaze, I won't work with CM3 ;-)

Children