• Warning while using inline assembly
    I am using inline assembly in C but i am getting a warning as "UNRESOLVED EXTERNAL SYMBOL".The code is executing but i am getting only the warning. I set all these options: Generate assembler SRC file...
  • Warning while using inline assembly
    I am using inline assembly in C but i am getting a warning as "UNRESOLVED EXTERNAL SYMBOL".The code is executing but i am getting only the warning. I set all these options: Generate assembler SRC file...
  • Warning for inline assembly
    Hi people, I have compiled the file Blinky.c of the example of Keil with inline assembly, with options "Generate assembler src file" and "Assemble src file" checked. I have achieved the seguent result...
  • Warning for inline assembly
    Hi people, I have compiled the file Blinky.c of the example of Keil with inline assembly, with options "Generate assembler src file" and "Assemble src file" checked. I have achieved the seguent result...
  • undefined inline functions while using arm gnu gcc toolchain 10.2.1
    I was using arm gnu gcc toolchain 6.3.1 earlier and the following piece of code compiles without any errors. __inline unsigned int add(unsigned int i, unsigned int j) { // some random sample code...