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

STR91x.s: error: A3903U: Argument 'ARM9E' not permitted

While trying to compile Blinky example project, uVision outputs this message:

Build target 'STR910 Flash with CFG'
assembling STR91x.s...
STR91x.s: error: A3903U: Argument 'ARM9E' not permitted for option 'cpu'.
Target not created

I was searching at the forums, and the uVision help and i wasnÂ't able to find how to drive this error.

IÂ'm using the MCBSTR9UME evaluation board, uVision 4.03 and Windows Vista.

Any help will be appreciated. Thanks!

Parents
  • It seems that the project was not updated properly for the new toolchain version.

    You need to reselect the device.

    Go to "Project - Options for Target" click on the Device tab and reselect the device STR912FW44 (click on another device first and then back to the original device) and close the dialog with OK.

    After that the project should build without problems.

Reply
  • It seems that the project was not updated properly for the new toolchain version.

    You need to reselect the device.

    Go to "Project - Options for Target" click on the Device tab and reselect the device STR912FW44 (click on another device first and then back to the original device) and close the dialog with OK.

    After that the project should build without problems.

Children