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…
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…
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…