MQX 4.0 TWRK60N512 build warning

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MQX 4.0 TWRK60N512 build warning

跳至解决方案
1,473 次查看
joevignola
Contributor III


When building the MQX 4.0 libraries for the TWRK60N512 using CW 10.2, I get the following warning message:

 

Mismatch between the condition and the previous IT instruction dispatch.S /psp_twrk60n512/PSP Cortex line 849 C/C++ Problem

 

Does anyone know if this is a problem? 

 

I have attached the source code.

 

Thanks,

 

Joe.


Original Attachment has been moved to: dispatch.S.zip

标记 (3)
0 项奖励
回复
1 解答
1,104 次查看
c0170
Senior Contributor III

Hello Joe Vignola,

it's caused by workaround for CW 10.2 (I believe also for 10.1) because of non-existing store/load exclusive instructions there. By the way, CW10.3 compiler  seems to contain those instructions and the conditional directive can be removed there.

Regards,

MartinK

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,105 次查看
c0170
Senior Contributor III

Hello Joe Vignola,

it's caused by workaround for CW 10.2 (I believe also for 10.1) because of non-existing store/load exclusive instructions there. By the way, CW10.3 compiler  seems to contain those instructions and the conditional directive can be removed there.

Regards,

MartinK

0 项奖励
回复