• Link to two or more projects
    Hi, I need to link two or more projects. How I make this? When I try load program in flash memory the startup of first code is overwrite by the startup of the second. Now I don't know what to do....
  • When linking project
    As above, I try the examples given and linked the project and it gave me a message and say that "Make Successful - Project Linked" message but when i try to make my own project, and trying to link the...
  • 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...
  • need to link my project with gcc elf file
    Hello I built a arm-none-eabi-gcc project that I can compiled correctly. To finish the build, I need to link this project with an elf file. I tryed to add the elf file into the linker script of...
  • 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...