AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
240 stars 141 forks source link

Attribute failure #240

Closed Rubber-Duck-999 closed 6 years ago

Rubber-Duck-999 commented 6 years ago

Log.txt

I have tried using one of the demonstration projects in /Ada_Drivers_Library/arch/ARM/STM32/driver_demos/ but I recieve issues with runtime and create missing dirs attribute. I am using bare board arm elf 2017 to port projects on the stm32f429 discovery board. I am also using windows 10. I would like to be able to build the demonstration projects. Can anyone help with this?

Fabien-Chouteau commented 6 years ago

Hi @Rubber-Duck-999,

Can you tell us which version of gprbuild are you using?

gprbuild --version

Regards,

Rubber-Duck-999 commented 6 years ago

Hi @Fabien-Chouteau,

I am using version 2017.

Thanks

Fabien-Chouteau commented 6 years ago

The error messages seems to indicate an old version of gprbuild. Can you give us the results of this command so we can see the exact version you are using: gprbuild --version

Regards,