How to work with A7-core with IAR?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-30 9:02 PM
Can't a7-core write firmware with a generic compiler like IAR without Linux?
Like working with tools like ADS Compiler , like s3c6440 .....
Labels:
- Labels:
-
STM32MP15 Lines
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-30 10:33 PM
You can compile with GNU/GCC running under Windows.​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-30 10:42 PM
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.
