This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision GNU Assembler Control String

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