You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to compile code form ARC600 dual core CPU but I'm unable set GCC to use MPYW and MPYUW instructions: getting: Option 'mpy-option=w' is not available for 'arc600' CPU. I know for sure that my processor is supporting these instructions, because alternatively I'm copiling same code with MetaWare compiler with -Xmpy16 specified, and I see binary code containing mpyw and mpyuw instructions which runs on target without any problems.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im trying to compile code form ARC600 dual core CPU but I'm unable set GCC to use MPYW and MPYUW instructions: getting:
Option 'mpy-option=w' is not available for 'arc600' CPU
. I know for sure that my processor is supporting these instructions, because alternatively I'm copiling same code with MetaWare compiler with -Xmpy16 specified, and I see binary code containing mpyw and mpyuw instructions which runs on target without any problems.Beta Was this translation helpful? Give feedback.
All reactions