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 but that is not recognised.
Have I missed something or is this the normal behaviour of the evaluation compiler?