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
解決済! 解決策の投稿を見る。
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
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
Hi Alexis,
Thanks for the response. It's the issue with the binary format.
Raju.