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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
2,751 Views
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

Labels (1)
0 Kudos
1 Solution
2,687 Views
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

View solution in original post

0 Kudos
2 Replies
2,688 Views
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 Kudos
2,687 Views
bjrajendra
Senior Contributor I

Hi Alexis,

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

Raju.

0 Kudos