• Link Error
    I am a beginner. I have my .c and .h files. With Archimedes I made a new project including all these .c files. Then I made Build All. I can see that each .c file is processed to make .obj file but at...
  • L214 link error ?
    Hi, I got the fatal link error "L214: INPUT PHASE ERROR" (C251 v2.10 & L251 v1.24). The manual seems a bit unclear about it. Can someone tell me more about the signification of this error ? ...
  • 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...
  • 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...