Skip to main content
Hungchul.Shin
Associate
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

Tesla DeLorean
Guru
October 1, 2019

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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Ozone
Principal
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.