Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of target architectures supported by GNAT?

I'd like to know which CPU architectures, espescially in the embedded sector, are supported by GNAT. Is every target supported by the gnu C compiler automatically also supported for Ada?

like image 568
Kim Stebel Avatar asked Oct 29 '25 13:10

Kim Stebel


2 Answers

AdaCore's Embedded Development Page has the list.

like image 125
Marc C Avatar answered Oct 31 '25 11:10

Marc C


More seriously, a quick reading of man gcc shows me no restriction between language & architecture. Not that one may not exist.

Promisingly though, the statement :

If the description for a particular option does not mention a source language, you can use that option with all supported languages.

from man gcc seems to imply a Yes to your question.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!