• 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 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...
  • ERROR L128, ?C?XPAGE1SFR
    When trying to compile an 80C400 program using interrupts; i.e. wake() interrupt 14 using 2{ code code } i get Error 127 Unresolved external symbol ?C?XPAGE1SFR It looks like its due to having...
  • 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...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...