• Linking ERROR
    I had exported a project from mbed to kel Now i am trying to build and link the code on KEIL. I am able to compile the files but while linking i am getting this error ERROR:- .\build\uvision5\TC_Bootcamp_1V1...
  • External linking ...
    I want to write 2 C51 programs, and they don't not run simulanesouly. One of the hex will reside at CODE area, the other will locate at XDATA area. Because the two hex file have some common...
  • Linking Problem
    I have faced a peculiar problem today. My program gave linking error. It could not locate the strcpy or strncpy functions though I had included the string.h file. I then included the c51flp.lib file in...
  • Linking problem...
    Hello, I am sorry to bother you with this, really... I have adjusted my --libpath directive to point to "ARM\RV30\LIB\armlib" folder. However, when I link (using realview), I get the following error...
  • Link Problem
    Hi I need to put some function in the first 8k area of my program. The function that i will put there is. START_MXB.asm Interrupt and my bootloader. This area should not be optmized and i don't...