• Link Problem
    I build a library with m functions, I called n (n<m) functions, How can I avoid the warning:"Uncall function"?
  • 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...
  • Link Problem
    Hello, when linking a voluminous project, I obtain a WARNING L1: UNKNOWN and a FATAL ERROR L220: INVALID INPUT MODULE MODULE D:\KEIL\C251\LIB\C2SXT.LIB (-----) I have no problem when building...
  • 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...