Skip to main content
Visitor II
October 1, 2019
Question

How to work with A7-core with IAR?

  • October 1, 2019
  • 2 replies
  • 773 views

Can't a7-core write firmware with a generic compiler like IAR without Linux?

Like working with tools like ADS Compiler , like s3c6440 .....

    This topic has been closed for replies.

    2 replies

    Graduate II
    October 1, 2019

    You can compile with GNU/GCC running under Windows.​

    Explorer
    October 1, 2019

    You need to check if the compiler supports the specific core (Cortex A7), and the toolchain comes with the required environment (Linux header files, device-specific drivers, and libs).

    Microcontroller specific ones like IAR and Keil usually do not.