This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1312PSIP: IAR 9.32.1 Reading project nodes, ninja lexing errors.

Part Number: CC1312PSIP
Other Parts Discussed in Thread: SYSCONFIG

I'm using a new SDK 7_10_2_23 and IAR 9.32.1 for our project based on cc1312PSIP chipset.

Compiling the project, I get a following error:

 Build 

       Messages

       EcoSys_SIP_OTA- Release

       C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\application\EcoSystem\_projectEcoSys_SIP_OTA\Release\build_ide.ninja:725: lexing error

       Total number of errors: 1

       Total number of warnings: 0

        Build failed.

Note,

The same project is compiled without errors by IAR 8.50.9 and the same SDK.

Please assist.

  • It is not possible for me to say what the problem is when I do not know your project and what steps you have done to port it.

    I guess that when you first started on your example, you used one of our example projects as a starting point.

    I recommend you start by importing the same example for CC1312PSIP in a new for  project using SDK 7_10_2_23 and IAR 9.32.1.

    Make sure it builds properly before starting to make any changes.

    When this builds OK, you can start porting your application to the new project.

    BR

    Siri

  • Hi Siri,

    Thank you for the reply.

    I mean that the same project is compiled very well by IAR IDE 8.50.9

    My question is for very specific error "build_ide.ninja:725: lexing error" and how can I figure out which file has this lexing error.

    Thanks,

    Yan

  • I am afraid I do not know how you can figure that out. 

    Maybe you can contact IAR for support with this question?

    I still do not know if you have made the project originally with IAR IDE 8.50.9 and then you try to open the project and build it with IAR 9.32.1.

    If that is the case, I would again recommend starting with a clean project directly in IAR 9.32.1, and then port over your application.

    This might be the fastest way of getting something to build with the recommended IAR version for that SDK.

    Siri

  • Hi Yan,

    Unfortunately I don't think we can help with this error. Can you try contacting IAR directly?

    Cheers,

    Marie H

  • Hi Siri and Marie,

    I figured out that there is a problem with the IAR 9.32.1 using TI Sysconfig Tool 1.16.2

    For confirmation, when I exclude the *.syscfg file from my project it's compiled successfully.

    I applied to IAR support as well.

    Thanks,

    Yan

  • Hi Yan, 

    Thank you for posting the solution!

    Cheers,

    Marie

  • Hi Siri and Marie,

    I resolved the issue by taking dummy project as example from TI SDK 7.10.02.23

    Compiling it on IAR 9.32.1 and porting my project to this dummy I solved the problem.

    Thanks very much for your support.