Announcement

Collapse
No announcement yet.

Alternative to IAR Embedded Workbench for C Language Support

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Alternative to IAR Embedded Workbench for C Language Support

    For setting up C language support, IAR Embedded Workbench for AVR (version 7.10.1) causes the following error message:

    Code:
    C:\snappyImages>snapbuild -m SM220UF1 -c 2.8.2 even.py
    2018-05-22 14:52:24,657 ERROR    snaplib.ScriptsManager ScriptsManager Error:
    Traceback (most recent call last):
      File "C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.ScriptsManager", line 462, in get_snappy_info
      File "C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.ScriptsManager", line 317, in _getSnappyImageString
      File "C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.SnappyGen", line 746, in build
      File "C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.c_builder", line 67, in do_build
      File "C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.c_builder", line 111, in setup_compiler
      File "C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.c_builder", line 1058, in verify
    BuildError: (BuildError(...), 'Error building C code: Compiler version is not compatible.')
    2018-05-22 14:52:24,658 ERROR    root     C:\jenkins\workspace\SNAPbuild-integration-Win7\build\snapbuild\out00-PYZ.pyz\snaplib.c_builder:1058:0: error: An error occurred on line 1058 while creating the SNAPpy image:
    (BuildError(...), 'Error building C code: Compiler version is not compatible.')
    This previous forum post suggests reverting to version 6 of the software, but it is not possible to download a previous version of the software unless you purchase a full license (not available for time-limited or size-limited licenses). So does this mean you have to purchase an IAR license to integrate C code? Is there an alternative compiler to IAR Embdedded Workbench?

    Thanks for the help.
X