cancel
Showing results for 
Search instead for 
Did you mean: 

Building C programs on STM32MP Linux

debugging
Lead

Been looking around how to install GCC native ARM tool-chain on the STM32MP1 & MP2 to be able to build C applications on an ARM host. Is that possible or it can only be done with a Intel based cross compiler ?

 

 

1 REPLY 1

@debugging wrote:

 Is that possible or it can only be done with a Intel based cross compiler ?


GCC on Linux ARM must be possible - Raspberry Pi does it!

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.