• Uvision and GCC
    Hi, Suppose i want to switch from armcc compiler to gcc ,but still use uvision ,what is the process to do it ,i mean except changing the toolchain,how can i generate the startup.s file that will...
  • uVision 5 to GNU GCC
    So pretty much I am trying to compile my current source code using the GNU GCC without the need of the IDE. I'd love to setup an automated compiling system so I can produce nightlys but without a makefile...
  • uVision and gcc include path problem
    I have what I assume is the same problem that was discussed in http://www.keil.com/forum/docs/thread5803.asp . I installed Keil in c:\Program Files\Keil and building the blinky demo project gives:...
  • C++, works maybe?
    I put a simple class in a file named "test.h". The class is as follows: class a { public: int b; }; I am using the Keil MCBSTM32 board (STM32F103RB processor). I place this file in "C:\Keil...
  • Ulink2 with uVision+gcc download code error
    I try to use uVision with GNU compiler (CodeSourcery G++ Lite), my target board is an evaluation kit from Luminary LM3S8962 mcu and I want to use it with ULink2. The problem is that I cannot download...