You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following command will clone the bb-runtimes repository under the hood: python ./scripts/install_dependencies.py
When run with arm-elf-linux 21.1 Ada compiler intalled, the bb-runtimes that is checked out by default is incompatible with the version of the installed compiler. Manually checking out branch 21.1 in the bb-runtimes repository that was created by the python script resolved the issue.
The text was updated successfully, but these errors were encountered:
When following the directions in https://github.com/AdaCore/Ada_Drivers_Library/blob/master/examples/README.md
The following command will clone the bb-runtimes repository under the hood:
python ./scripts/install_dependencies.py
When run with arm-elf-linux 21.1 Ada compiler intalled, the bb-runtimes that is checked out by default is incompatible with the version of the installed compiler. Manually checking out branch 21.1 in the bb-runtimes repository that was created by the python script resolved the issue.
The text was updated successfully, but these errors were encountered: