• L6218E : undefined symbol, linker problems?

    hi everyone, i've been struggling with a project im working on for the last day (or two).

    i've got two external c files that provide some functions used by fatfs and one of them needs functions out of the other.

    during linking keil spits out the…

  • Predefined symbols are not defined.

    I am trying to use predefined symbols such as __OPTIMISE_LEVEL, __TARGET_ARCH_ARM, __TARGET_ARCH_THUMB on the evaluation version of the MDK and I find that they are not defined.  I tried to list all the defined symbols using the command line switch --list_macros…

  • Branch to a label in inline assembly

    Hi All,

    I have a label, say "XXX" in the startup assembly code.

    Later if I want to jump to label "XXX" in the inline assembly by using

    __asm{ B XXX }

    The ARMCC compile in Keil MDK complains "the label XXX is referred but not defi…