2023-02-07 01:03 PM
Hi, we are trying to run a simple helloWorld program on the STM32MP157F board, but we couldn't find any documentation or any instructions on how to do so. We re not sure about the requirements. Is someone have any idea how to do that or where to find instructions that would be appreciated.
2023-02-07 02:39 PM
Perhaps the same as any ADA compiler under Linux, or Embedded Linux
Perhaps pull in the compiler and check dependencies
2023-02-08 12:18 AM
Hello @BKAAN.1 ,
Today ST does not provide any kind of support for ADA cross compilation. You can see the our arm-ostl-linux-gnueabi- toolchain does not support ADA compiler.
However, as mentioned @Community member , it may be possible but it will need a work from your side. It will be up to you to add the necessary elements to support the ADA cross compiler with our ecosystem.
Maybe this documentation can help you to go forward on the topic.
Kind regards,
Erwan.