Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
CMake
CMake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,194
    • Issues 3,194
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 16
    • Merge Requests 16
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • CMake
  • CMakeCMake
  • Merge Requests
  • !991

The source project of this merge request has been removed.
Merged
Opened Jun 20, 2017 by nolange@LangeContributor

Enchance IAR (ARM) Compiler Support

  • Overview 33
  • Changes 21

IAR Support was vastly improved

  • Support for C/C++ Standard flags
  • Variables are consistently set for C/C++/ASM
  • Compiler and Assembler Version are detected
  • IAR Architecture is provided in a CMAKE__COMPILER_ARCHITECTURE_ID Variable. Detection is via Macros for C/C++ and parsed output for ASM
  • additional IAR Tools (similar to GNU Binutils) are provided as variables
  • the standard CMake configurations are supported (Debug, Release, ...)

I tested primary with IAR 8.10.1 and 7.30, and looked into manuals for 6.xx. These versions should be fully working, no guarantee for older ones.

Fixes: #16826 (closed)

Assignee
Assign to
Reviewer
Request review from
3.10.0
Milestone
3.10.0 (Past due)
Assign milestone
Time tracking
Reference: cmake/cmake!991
Source branch: iar_improved