Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

cnuke/ada-runtime-alis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Sanitized ALI files for Genode

Genode requires a static description of an API provided by a package. As generating ALIs during compilation does not fit Genode's build system well, we check in the ALI files and use them from a dedicated port. They are also purged from architecture specific compiler flags and should be CPU architecture agnostic.

The ALI files are stripped from all compiler flags and timestamps. This can be done with a single command:

$ sed -i "/A .*$/d;s/[0-9]\{14\}/00000000000000/g" <file.ali>

About

Stripped .ali files for use as Genode API description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published