Problems when trying to add ASM code in C function

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        Im trying to add assembly code inside a C function using:   
   
#pragma ASM   
   
//asembly code   
   
#pragma ENDASM   
   
i also add the SCR directive for the Cx51 compiler on c code using:   
   
#pragma SCR   
   
   
but when trying to compile the linker gives a problem because it appears it needs OBJ file in order to compile, but when using SCR directive, OBJ files are not created.   
   
i also have tryed to set to true the "inline assembly" option inside the "build settings" window, but also get errors.   
   
What can i do to get the assembly code working inside C function?   
   
Thanks   
0 Likes
10 Replies
Anonymous
Not applicable
        Maybe this is a bug on PSoC Creator?   
   
Im doing exactly what is suggested here:   
   
    http://www.cypress.com/?rID=40417    
   
Im using 2-option, and always when i try to build the project i get a linker error.   
   
You can proof this just writing the code below on any c function and setting the value for "Inline Assembly" parameter to True in build settings:   
   
#pragma ASM   
nop;   
#pragma ENDASM   
0 Likes
MR_41
Employee
Employee
First like received
        I am able to build a project by following the inline assembly instructions in the KB article.   
   
1. Can you provide details of the error you get?   
2. Which version of PSoC Creator are you using?   
0 Likes
Anonymous
Not applicable
        Below is the output when building the project, i choose one project from psoc sensei blog and add one assembly line with nop instruction, the compiling is ok but when trying to linking the files LX51.exe causes many errors, im using psoc creator beta 4:   
   
   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\main.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/main.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\main.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/main.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/main.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Count.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Count.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Count2.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count2.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Count2.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count2.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count2.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CyDmac.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyDmac.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CyDmac.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyDmac.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyDmac.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CyFlash.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyFlash.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CyFlash.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyFlash.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyFlash.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CyLib.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyLib.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CyLib.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyLib.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CyLib.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CySpc.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CySpc.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\CySpc.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CySpc.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/CySpc.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\cyutils.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/cyutils.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\cyutils.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/cyutils.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/cyutils.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Pin_1.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Pin_1.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Pin_1.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Pin_1.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Pin_1.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Pin_2.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Pin_2.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\Pin_2.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Pin_2.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Pin_2.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\ResetN.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/ResetN.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\ResetN.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/ResetN.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/ResetN.OBJ)   
c51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\cyfitter_cfg.c NOIV LARGE MODDP2 OMF2 VB(1) PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/cyfitter_cfg.lst) CD DB NOIP SRC OT(0, Size) INCDIR(Generated_Source/PSoC3)   
Ax51.exe C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\Generated_Source\PSoC3\cyfitter_cfg.src NOCO MACRO DB PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/cyfitter_cfg.lst) EP CASE INCDIR(Generated_Source/PSoC3) OJ(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/cyfitter_cfg.OBJ)   
    LX51.exe 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\main.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\Count.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\Count2.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\cymem.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CySpc.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\cyutils.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\KeilStart.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\Pin_1.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\Pin_2.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\ResetN.OBJ', 'C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\cyfitter_cfg.OBJ' TO "C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count4ByNTest.omf" PR(C:/Users/Andres/Documents/PSoC/Count4ByNTest/Count4ByNTest.cydsn/DP8051-Keil_Generic/Debug/Count4ByNTest.map) IX CODE DW(16) RU CL(XDATA(X:0x0000-X:0x1FFF)) CL(CODE(C:0x0000-C:0xFFFF)) CL(CONST(C:0x0000-C:0xFFFF)) CASE   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LLDXDATA0 MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LAND MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LOR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LSHL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?ISTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10021EAH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1002203H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1002A17H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1002A10H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10014D4H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10014E5H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA0 MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10014EBH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LAND MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10014EEH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10014FAH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA0 MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001500H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LOR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001503H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001509H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001517H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSHL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100151CH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001522H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001C4FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LAND MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001C88H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001C8EH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001E5BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001E81H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10025CDH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001D97H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001DC2H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10024E3H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100222AH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1002607H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001740H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001751H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001765H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001771H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001775H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100177BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100178FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001797H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100179BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10012B8H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10012DBH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10012F5H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000CA8H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1001306H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?ILDPTR SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000CABH ADDRESS: 1002463H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000CB4H ADDRESS: 100251FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?ISTPTR   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000CBAH ADDRESS: 100137FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000CC4H ADDRESS: 1001395H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000CCEH ADDRESS: 1000FDBH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000CD6H ADDRESS: 1000FEFH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10008D6H ADDRESS: 1001017H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?ISTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10008DCH ADDRESS: 100101DH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10008E2H ADDRESS: 1001023H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10008E8H ADDRESS: 1001037H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10008EEH ADDRESS: 100103FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA0   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 10008FCH ADDRESS: 1001043H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?SLCMP SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000900H ADDRESS: 1001049H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100090BH ADDRESS: 100105DH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000917H ADDRESS: 1001065H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA0 SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000934H ADDRESS: 1001069H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?SLCMP SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000938H ADDRESS: 1001440H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000943H ADDRESS: 1001451H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 100094EH ADDRESS: 1001475H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA SYMBOL: ?C?ISTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC) ADDRESS: 1000954H ADDRESS: 100147BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA ADDRESS: 100095AH MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR ADDRESS: 1001481H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA ADDRESS: 100095DH MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA ADDRESS: 10014A5H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?ISTPTR ADDRESS: 1000964H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyDmac.OBJ (CYDMAC)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CSTPTR ADDRESS: 10014ABH MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?PSTXDATA ADDRESS: 1000968H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX   
Error: L127 UNRESOLVED EXTERNAL SYMBOL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1000972H   
Error: L127 UNRESOLVED EXTERNAL SYMBOL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LMUL SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 100097CH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LLDXDATA SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1000987H   
Error: L127 UNRESOLVED EXTERNAL SYMBOL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000990H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1002373H ADDRESS: 1000996H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100237EH ADDRESS: 100099FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100239FH ADDRESS: 10009A5H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009B0H ADDRESS: 10023A5H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009B6H ADDRESS: 10003CCH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA0 SYMBOL: ?C?LMUL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009C4H ADDRESS: 1000419H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?SLCMP SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009C8H ADDRESS: 100042FH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009D0H ADDRESS: 1000445H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1000472H ADDRESS: 10009DBH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CSTPTR SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100047CH ADDRESS: 10009E1H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100048AH ADDRESS: 10009E7H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009EAH ADDRESS: 1000496H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009F1H ADDRESS: 100049CH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CSTPTR SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10009F5H ADDRESS: 10004AAH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1000A00H ADDRESS: 10004E2H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 10004E8H ADDRESS: 1000A0BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10005D4H ADDRESS: 1000A13H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LMUL SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10005FEH ADDRESS: 10011D8H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000614H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 10011E3H SYMBOL: ?C?LLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000630H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 10011E9H SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA ADDRESS: 100064DH MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CSTPTR ADDRESS: 10011EFH MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA ADDRESS: 100065FH MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX ADDRESS: 10011F5H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA0 ADDRESS: 1000669H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1001203H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1000671H SYMBOL: ?C?ULCMP   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1001207H ADDRESS: 1000685H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 100120FH ADDRESS: 100068BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 100121AH ADDRESS: 1000699H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyFlash.OBJ (CYFLASH) ADDRESS: 1001220H ADDRESS: 10006BDH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001226H   
Error: L127 UNRESOLVED EXTERNAL SYMBOL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA SYMBOL: ?C?CLDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL ADDRESS: 1001229H SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LLDXDATA0 ADDRESS: 1001230H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR   
Error: L127 UNRESOLVED EXTERNAL SYMBOL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?SLCMP MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001233H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?PLDXDATA SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100123EH   
Error: L127 UNRESOLVED EXTERNAL SYMBOL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD SYMBOL: ?C?CLDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL ADDRESS: 1001241H SYMBOL: ?C?CSTPTR   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?CLDPTR ADDRESS: 1001248H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100124BH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?IILDX SYMBOL: ?C?SLSHR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001263H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?ILDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 100126DH   
Error: L127 UNRESOLVED EXTERNAL SYMBOL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?ISTPTR SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017B4H   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?ULCMP   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?PLDIXDATA ADDRESS: 10017C2H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA   
Error: L127 UNRESOLVED EXTERNAL SYMBOL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?LMUL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017C8H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?LLDXDATA0 SYMBOL: ?C?LNEG MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017D6H   
Error: L127 UNRESOLVED EXTERNAL SYMBOL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTPTR SYMBOL: ?C?ULCMP MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017DAH   
Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?ULDIV   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?LLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L127 UNRESOLVED EXTERNAL SYMBOL ADDRESS: 10017E2H SYMBOL: ?C?OFFXADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017EDH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1001AF0H SYMBOL: ?C?LSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?LSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017F3H ADDRESS: 1001AF6H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017F9H ADDRESS: 1001AFCH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 10017FCH ADDRESS: 1001B02H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX SYMBOL: ?C?LLDXDATA0 MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B10H ADDRESS: 1001815H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?SLCMP SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B14H ADDRESS: 100181DH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B1CH ADDRESS: 1001FB5H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LADD SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B27H ADDRESS: 1001FBBH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LSTXDATA SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B2DH ADDRESS: 1001FC1H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B33H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1001FC7H SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B39H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1001FCAH SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B3DH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1001FD8H SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDIXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B43H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1001FE4H SYMBOL: ?C?PSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?CLDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1001B51H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1001FE7H SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDIXDATA ADDRESS: 1001B59H MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA ADDRESS: 1001FF2H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C0AH ADDRESS: 1001FF6H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C10H ADDRESS: 100200AH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C16H ADDRESS: 10023B9H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C1CH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 10023BFH SYMBOL: ?C?PSTXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C22H ADDRESS: 10023C5H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDIXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C28H ADDRESS: 10023CFH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?CLDPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C44H ADDRESS: 10023D2H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?CLDPTR   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDIXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C47H ADDRESS: 10023DDH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C4EH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 10023E1H SYMBOL: ?C?CSTPTR MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C52H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 10023F5H SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C5CH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1000DA3H SYMBOL: ?C?IILDX MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB)   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?PLDXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C66H   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL ADDRESS: 1000DA9H SYMBOL: ?C?LLDXDATA   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PSTXDATA MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) ADDRESS: 1000C6CH ADDRESS: 1000DAFH   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?SLSHR   
Error: L128 REFERENCE MADE TO UNRESOLVED EXTERNAL MODULE: C:\Users\Andres\Documents\PSoC\Count4ByNTest\Count4ByNTest.cydsn\DP8051-Keil_Generic\Debug\CyLib.OBJ (CYLIB) SYMBOL: ?C?PLDXDATA MODULE   
0 Likes
MR_41
Employee
Employee
First like received
        Maybe the location where the inline assembly code is placed has some problem. Can you post the source file where you have inserted the inline assembly? And the link to the PSoC Sensei project?   
0 Likes
Anonymous
Not applicable
        Hi, Ganesh. I think actually it is the "SCR" Directive added to the compiler because when i check inline assembly option, i get this error whether i write assembly code or not. So the problem would be the compiler, i had installed a different version of keil compiler so i tought it was the problem but know i reinstall the version provided by psoc creator and i still get the error.   
   
I have also do this: Open a new psoc 3 project, check inline assembly, and build... no code added, and i still get this error.   
   
I use Windows 7.   
   
Regards,   
Victor Andres   
0 Likes
Anonymous
Not applicable

Hello,

   

I am trying to use some inline code in assembler on Psoc Creator 2.0 - keil C51 9.03 and it just fails to link with a lot of unresolved externals, they being mostly those mentioned in the preceeding posts. If I comment out the inline code (just a few nops) and tell the compiler to do not use inline it compiles and links without errors. The same happens with the Generic C51 9.01 compiler that's installed on the computer.

   

Is there a fix (unlikely) or a workaround other that not using inline assembly code?

   

 

   

Regards,

   

heu

   

 

   

***********Linker Output when the app is built successfully

   

LIBX51.exe TRANSFER '.\DP8051\DP8051_Keil_903\Debug\GLCD_DB.obj', '.\DP8051\DP8051_Keil_903\Debug\CyBootAsmKeil.obj', '.\DP8051\DP8051_Keil_903\Debug\CyDmac.obj', '.\DP8051\DP8051_Keil_903\Debug\CyFlash.obj', '.\DP8051\DP8051_Keil_903\Debug\CyLib.obj', '.\DP8051\DP8051_Keil_903\Debug\cymem.obj', '.\DP8051\DP8051_Keil_903\Debug\cyPm.obj', '.\DP8051\DP8051_Keil_903\Debug\CySpc.obj', '.\DP8051\DP8051_Keil_903\Debug\cyutils.obj', '.\DP8051\DP8051_Keil_903\Debug\KeilStart.obj', '.\DP8051\DP8051_Keil_903\Debug\cyfitter_cfg.obj' TO '.\DP8051\DP8051_Keil_903\Debug\Design01.lib'
LX51.exe '.\DP8051\DP8051_Keil_903\Debug\main.obj', '.\DP8051\DP8051_Keil_903\Debug\ks0108.obj', '.\DP8051\DP8051_Keil_903\Debug\Design01.lib', 'C:\Program Files\Cypress\PSoC Creator\2.0\PSoC Creator\psoc\content\cycomponentlibrary\CyComponentLibrary.cylib\DP8051\DP8051_Keil_903\Debug\CyComponentLibrary.lib' TO '.\DP8051\DP8051_Keil_903\Debug\Design01.omf' PR(.\DP8051\DP8051_Keil_903\Debug\Design01.map) IX CODE DW(16) RU CL(XDATA(X:0x0000-X:0x1FFF)) CL(CODE(C:0x0000-C:0xFFFF)) CL(CONST(C:0x0000-C:0xFFFF)) CASE
Program Size: data=11.0 xdata=153 const=157 code=8936
OHx51.exe Design01.omf HEXFILE(Design01.ihx)
c8051-elf-omf2elf.exe Design01.omf Design01.elf
cyhextool -o .\DP8051\DP8051_Keil_903\Debug\Design01.hex -f .\DP8051\DP8051_Keil_903\Debug\Design01.ihx -prot .\Generated_Source\PSoC3\protect.hex -id 1E028069 -a EEPROM=90200000:800,PROGRAM=00000000:10000,CONFIG=80000000:2000,PROTECT=90400000:40 -meta 0301 -cunv 00000005 -wonv AFAC90BC -ecc .\Generated_Source\PSoC3\config.hex
Flash used: 9093 of 65536 bytes (13.9 %).
SRAM used: 153 of 8192 bytes (1.9 %).
--------------- Rebuild Succeeded: 01/25/2012 00:18:00 ---------------
 

   

 

   

**************** Linker output (partial) when it fails to link

   

LIBX51.exe TRANSFER '.\DP8051\DP8051_Keil_903\Debug\GLCD_DB.obj', '.\DP8051\DP8051_Keil_903\Debug\CyBootAsmKeil.obj', '.\DP8051\DP8051_Keil_903\Debug\CyDmac.obj', '.\DP8051\DP8051_Keil_903\Debug\CyFlash.obj', '.\DP8051\DP8051_Keil_903\Debug\CyLib.obj', '.\DP8051\DP8051_Keil_903\Debug\cymem.obj', '.\DP8051\DP8051_Keil_903\Debug\cyPm.obj', '.\DP8051\DP8051_Keil_903\Debug\CySpc.obj', '.\DP8051\DP8051_Keil_903\Debug\cyutils.obj', '.\DP8051\DP8051_Keil_903\Debug\KeilStart.obj', '.\DP8051\DP8051_Keil_903\Debug\cyfitter_cfg.obj' TO '.\DP8051\DP8051_Keil_903\Debug\Design01.lib'
LX51.exe '.\DP8051\DP8051_Keil_903\Debug\main.obj', '.\DP8051\DP8051_Keil_903\Debug\ks0108.obj', '.\DP8051\DP8051_Keil_903\Debug\Design01.lib', 'C:\Program Files\Cypress\PSoC Creator\2.0\PSoC Creator\psoc\content\cycomponentlibrary\CyComponentLibrary.cylib\DP8051\DP8051_Keil_903\Debug\CyComponentLibrary.lib' TO '.\DP8051\DP8051_Keil_903\Debug\Design01.omf' PR(.\DP8051\DP8051_Keil_903\Debug\Design01.map) IX CODE DW(16) RU CL(XDATA(X:0x0000-X:0x1FFF)) CL(CODE(C:0x0000-C:0xFFFF)) CL(CONST(C:0x0000-C:0xFFFF)) CASE
*** ERROR L127: UNRESOLVED EXTERNAL SYMBOL
SYMBOL: ?C?IILDX
MODULE: .\DP8051\DP8051_Keil_903\Debug\main.obj (MAIN)
*** ERROR L127: UNRESOLVED EXTERNAL SYMBOL
 

   

SYMBOL: ?C?PSTXDATA

   

YMBOL: ?C?IILDX
SYMBOL: ?C?IMUL
SYMBOL: ?C?SIDIV
SYMBOL: ?C?IILDX
SYMBOL: ?C?CLDPTR
SYMBOL: ?C?ICALL2

   

SYMBOL: ?C?PLDIXDATA
SYMBOL: ?C?IILDX
SYMBOL: ?C?PSTXDATA
SYMBOL: ?C?PLDXDATA

SYMBOL: ?C_START
SYMBOL: ?C_XBP
SYMBOL: ?C?OFFXADD

   

SYMBOL: ?C?LLDXDATA
SYMBOL: ?C?LSTXDATA
SYMBOL: ?C?LLDXDATA0
SYMBOL: ?C?LAND

   

SYMBOL: ?C?LOR
 SYMBOL: ?C?LSHL
SYMBOL: ?C?ULCMP
 SYMBOL: ?C?LMUL

   

 

   

the list goes on but they're about pretty much about the symbols that won't be solved.

   


 ** ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL
SYMBOL: ?C?PLDXDATA
MODULE: .\DP8051\DP8051_Keil_903\Debug\Design01.lib (CYSPC)
ADDRESS: 1004CB1H
*** ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL
SYMBOL: ?C?CSTPTR
MODULE: .\DP8051\DP8051_Keil_903\Debug\Design01.lib (CYSPC)
ADDRESS: 1004CC0H
Program Size: data=9.0 xdata=556 const=171 code=23187
The command 'LX51.exe' failed with exit code '2'.
--------------- Build Failed: 01/25/2012 00:33:54 ---------------
 

   

 

   

Psoc Creator:

   

Environment:
PSoC Creator 2.0 (2.0.0.828)
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
CLR Version: 2.0.50727.5448

Installed CyInstaller Products:
PSoC Programmer 3.13.4
PSoC Creator 1.0 Service Pack 2
PSoC Creator 2.0
PSoC Designer 5.1 SP2.1

   


 

0 Likes
Anonymous
Not applicable

 It would be better if you upload the project here

0 Likes
markgsaunders
Employee
Employee
50 sign-ins 10 solutions authored 5 solutions authored

Why are you using "SRC" (I assume SCR is a typo)? If you turn off object file generation you will need to manually (somehow) assemble the source file generated by the compiler. The linker is destined to report unresolved externals because it only links object files.

   

It feels like you were having problems inlining assembler, tried this pragma, and it is creating a different problem. What happens if you turn that directive off?

   

- Mark.

0 Likes
Anonymous
Not applicable

Hi,

   

I'm fairly new to PSoC3 and tried following this article: http://www.cypress.com/?id=4&rID=43621

   

Using option 2 to include inline assembly code, I get the following errors:

   

ERROR: .\main.c:116: 'asm/endasm' requires src-control to be active //
ERROR: .\main.c:118: 'asm/endasm' requires src-control to be active //

   

Line 116 contains "#pragma asm" and line 118 "#pragma endasm", of course.

   

The errors occur with or without the option "inline assembly" in build settings checked - although I notice a "SRC" being set in the invocation of the compiler when "inline assembly" is checked.

   

I'm using PSoC Creator  2.0 Component Pack 2 (2.0.0.828) and Keil 9.03.

   

Did any of the people who opened this thread find a solution to the problem?

   

Cheers,
Christoph

0 Likes
Anonymous
Not applicable

PS: Forgot one line of the returned error:

   

The command 'c51.exe' failed with exit code '2'

   

Which apparently means that the file couldn't be found Oo I'm assuming this is not the crucial line of error code though, since compiling without inline assembly does indeed work 😉

0 Likes