Is it possible to change the assembler control string argument in uVision 3 for the gnu assembler? There are various options, but I cannot find a mechanism to change the:
-m arm7tdmi
that I have, I assume, due to my selection of the chip from the device database.
However, with binutils > 2.10, the -m argument changed to -mcpu=, so I need to change the argument to
-mcpu=arm7tdmi
I haven't been able to find a way to get this changed, and Keil has been unresponsive.
Thanks, Dan