OpenAADL / polyorb-hi-ada

PolyORB-HI/Ada runtime for Ocarina
http://www.openaadl.org
Other
9 stars 4 forks source link

pragma Restriction in gnat.adc #7

Closed maxime-esa closed 6 years ago

maxime-esa commented 6 years ago

On native platforms there is a pragma Restrictions (No_Streams) specified in gnat.adc. However, the serial driver for native platforms (polyorb_hi_drivers_native_uart.adb) - as well as other serial drivers - include and use Ada.Streams. Because of this, the native builds that use serial drivers fail.

yoogx commented 6 years ago

Closed, will be handled as openaadl/ocarina#118