Replies: 1 comment 1 reply
-
Hello @JCGobbi See my answer here: #60 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have ported the Ada runtime for the STM32F334, STM32G474 and STM32H743 microprocessors and compiled them with the GNAT Community edition 2021, that has the rts-sources within it (at arm-eabi/include/rts-sources). The GNAT FSF compiler doesn't have that sources, so I copied then to bb-runtimes/src/rts-sources and tried to build that sources with the option --rts-src-descriptor="src/rts-sources.json", so the build_rts.py may use them. But the GNAT FSF doesn't compile that sources, some files need changes.
But you have compiled that sources for the supported microprocessors that come with GNAT FSF compiler. How can I get that modified rts-sources to update my runtimes with the GNAT FSF compiler? Perhaps that sources may be part of the bb-runtimes inside bb-runtimes/src.
Beta Was this translation helpful? Give feedback.
All reactions