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 can I use GNU compiler in Keil uVision3 evaluation version?

Hi to all,

Can somebody answer please how can I use GNU compiler in Keil uVision3 evaluation version? Just I need for it because of code limitation. As I am aware to get a compiled unlimited code is possible by configuring the Keil uVision for GNU compiler. Also I'll need for using of GNU libs. Tell me please who knows how to do it.
Thanks.

Parents Reply Children
  • See: http://www.keil.com/support/man/docs/uv3/uv3_dg_armccp.htm

    In particular, the last paragraph:

    "Compiler Control String
    Displays the current directives at the Compiler command line."

    So you can see exactly what options the dialogue settings are passing to the Compiler!

    And the penultimate paragraph:

    "Misc Controls
    Specify any compiler directive for which there is no individual dialog control."

    So you can manually specify any settings that aren't directly supported via the dialogue.

    Of course, as already noted, you need a thorough understanding of GCC and its available options to make use of these; for this, you need to study the GCC Documentation - and the best support for this is liable to be via the GCC forums...