emIDE vs. uVision

I am looking for a tool chain for my new STM32F4 project.
I have been trying emIDE (emide.org).
It works very well with GCC.

Question: Can I use uVision with GCC as well?

Thanks,
Björn

Parents
  • This is in fact a major advantage of both emBlocks and emIDE (as descendants of Code::Blocks):
    They both inherit multi-threaded build, which basically means that your
    build speed scales with the number of CPU cores.

    4 cores: 4 times the speed, so 5 seconds instead of 20.
    This can be quite significant on larger builds.
    I would expect a commercial tool chain such as Keil or IAR to be
    at least as good as a free one, so Keil should work on this.

    I still prefer emIDE, it is easier to use. Very easy to create
    a project and supports any ARM device. Works 100%bout of the box.
    However, both are nice.

Reply
  • This is in fact a major advantage of both emBlocks and emIDE (as descendants of Code::Blocks):
    They both inherit multi-threaded build, which basically means that your
    build speed scales with the number of CPU cores.

    4 cores: 4 times the speed, so 5 seconds instead of 20.
    This can be quite significant on larger builds.
    I would expect a commercial tool chain such as Keil or IAR to be
    at least as good as a free one, so Keil should work on this.

    I still prefer emIDE, it is easier to use. Very easy to create
    a project and supports any ARM device. Works 100%bout of the box.
    However, both are nice.

Children
More questions in this forum