• Error when linking with Keil
    Hello, I don't know how to process with this error when linking a new Projeckt. Could anyone has a suggestion? Best regards -Emeric *** WARNING L23: UNRESOLVED EXTERNAL SYMBOLS *** ERROR L128...
  • fatal error when compile
    keil output "C51 FATAL-ERROR" in output windows when I build my target in a project, but it's right in another project! why? it is same file!
  • Errors and warnings when compiling
    Hi, I'm programming for a Cypress EZ-USB FX2 platform, and I'm adding onto the default firmware. I'm having some problems compiling some code, and I'm wondering if I'm running into space limitations...
  • Help with error when compiling LPC1768
    hello friends I'm doing a 8x8 LED matrix with LPC1768 and when I compile I get an error that I can not solve also leave some warnings but I did not care much. could help me? I leave the whole project...
  • Why Keil generates differen outputs from the other compilers with the same code?
    I am using the following code in different compiler: #include <stdio.h> int main(void) { int i = 0; int b[10] = {100,101,102,103,104,105,106,107,108,109}; int c[10] = {0,1,2,3,4,5,6,7,8,9}; ...