• 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;...
  • 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;...
  • 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 ...
  • 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 ...
  • Linker Errors: L1 and L2
    Hallo guys, I have great difficulties linking my code. The compiler somehow does not know where to find my cypress registers declared in this header "fx2regs.h". I'm trying to build a firmware for my...