au-ts / sddf

A collection of interfaces, libraries and tools for writing device drivers for seL4 that allow accessing devices securely and with low overhead.
Other
22 stars 16 forks source link

Fix printf to not clash with other printfs #51

Closed Ivan-Velickovic closed 7 months ago

Ivan-Velickovic commented 7 months ago

We are encountering in LionsOS that our custom sDDF printf is clashing with printf from libc. This is a temporary measure to ensure systems using libc can be built with sDDF.

We have two options to deal with this:

It is not clear what we will do yet.