• Error L127 and L128
    I have a error L127 (Unresolved External Symbol) and L128 (Reference Made to Unresolved External. The message is "Symbol: ?C_START" and "Module: Startup.obj (?C_Startup)". What's problem? I am using AT89C52...
  • Error L128 Symbol not found
    Hi floks When the linker error L128 happens, REFERENCE MADE TO UNRESOLVED EXTERNAL the name is listed under the message. But a double click won't jump to the line in the source file where the missing...
  • Error L127 & L128
    I am getting the following error messages when compiling. I want to programm a can bus for the c167 using the service routines from the infineon homepage. Can anyone help me to solve the L127 & L128 errors...
  • Library Creation and using Error: L127 and L128
    Hello! In my project I try to use some (made by me) library. I create new project, add two source files, set Flahs/Configure Flash Tools/Output to Create Library, and build. After correct build without...
  • error
    hi sir iam excuting this program in keil 51; #include <math.h> #include <stdio.h> /* for printf */ #include<reg51.h> void tst_sqrt (void) { float x; float y; x = 25.0; y = sqrt (x);...