• inline assembly help linker error
    #include <reg5000.h> #include <stdio.h> void main(void); void writebyte (unsigned char ch); void main() { unsigned char ch; ch=0x0A; writebyte(ch); } void writebyte (unsigned char ch) { ACC=ch;...
  • Linker error and simulator help
    Hello, I downloaded uvision and tried compiling a normal c++ hello world program. I get the following error whenever I try to compile it. HelloWorld.axf: error: L6047U: The size of this image (38742...
  • inline assembly help linker error
    #include <reg5000.h> #include <stdio.h> void main(void); void writebyte (unsigned char ch); void main() { unsigned char ch; ch=0x0A; writebyte(ch); } void writebyte (unsigned char ch) { ACC=ch;...
  • Linker error and simulator help
    Hello, I downloaded uvision and tried compiling a normal c++ hello world program. I get the following error whenever I try to compile it. HelloWorld.axf: error: L6047U: The size of this image (38742...
  • Need help in resolving the Linker Error : L6128E
    Hi All, I am new to ARM compiler/linker tools. I am using RVDS221 for compilation. I got this Errors related to linking the libraries. I checked in the errors and warnings guide, but dint understood ...