• STM32F103RC Assembly Program link problem?
    I have written the following assembly program. It compiles without errors, but I get this warning: FirstTest.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections). The purpose...
  • How to link with assembly file?
    I did a assembly file before. but i would like to link it with a C file. How should I do? thank you very much.
  • 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...
  • 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...
  • 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...