IAR S32K14x Error[Pe018]: expected a ")"

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

IAR S32K14x Error[Pe018]: expected a ")"

跳至解决方案
3,010 次查看
bjrajendra
Senior Contributor I

Hello all,

I'm developing S32K14x software on S32DS using IAR plugin. The Plugin I installed based on the HOWTO: Install IAR Eclipse plug-in into S32 Design Studio for ARM 

Accordingly, I created a project and clocks header & c file. I found an error lError[Pe018]: expected a ")" for all the lines.

The code is attached here in this thread. Kindly help in this regard.

Raju

标签 (1)
0 项奖励
1 解答
2,946 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello BJ,

Looking at your code I see that only the lines with binary syntax are the ones affected. After changing these lines and substitute the binary modifier your code compiles correctly.

Best Regards,

Alexis Andalon

在原帖中查看解决方案

0 项奖励
2 回复数
2,947 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello BJ,

Looking at your code I see that only the lines with binary syntax are the ones affected. After changing these lines and substitute the binary modifier your code compiles correctly.

Best Regards,

Alexis Andalon

0 项奖励
2,946 次查看
bjrajendra
Senior Contributor I

Hi Alexis,

Thanks for the response. It's the issue with the binary format.

Raju.

0 项奖励