• Multiple c files linking problem
    Hi everyone ! I have basic knowledge of c programming. I want to write a multiple c file project due to many functions in my program. so, i started to learn how to write learn multiple file program...
  • problem in linking
    Dear sir I have declared in my program BIT bit flag=0; but when linking it is giving error then if I make it xdata BYTE then it will work . but it will be losing 7 bits . Since I am using more...
  • 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
    I build a library with m functions, I called n (n<m) functions, How can I avoid the warning:"Uncall function"?
  • INCLUDING OBJECT FILES IN LINK
    Hi All, I have 3 source files: file1.c, file2.c and file3.c and 1 header file config.h. When I built entire uvision project, 3 object files got generated. file1.obj, file2.obj, file3.obj. ...