Hello, after I reinstalled my computer I returned to one of my recent projects using Keil and GCC and I can't compile it now, dunno why. I installed Keil and GCC as described in keil.com/.../thread7919.asp, but it don't work now.
I tried it for Blinky example and it does the same. (C:\Keil\ARM\GNU\Boards\Keil\MCB2100\Blinky). Keil says:
Build target 'MCB2100 Flash' assembling Startup.s... compiling Serial.c... compiling Blinky.c... linking... ".\Flash\Blinky.elf" - 0 Error(s), 0 Warning(s).
But no output file is created. Even stranger is that Keil says exactly the same (0 Error(s)) even if I create some errors in source code.
Why is this???
Thank You in advance, Mirek