We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
The discussion in this thread seems relevant to your problem.
http://www.keil.com/forum/docs/thread7714.asp
Thank You Patrick, You were right. Problem was
cygintl3.dll
was missing. Have a nice day, Mirek