unikraft / static-pie-apps

Built Linux applications (static-pie) for Unikraft binary compatibility mode
7 stars 40 forks source link

Add Ada helloworld static PIE #26

Open razvand opened 1 year ago

razvand commented 1 year ago

Add Ada helloworld as a -static-pie build. Test it natively on Linux and with run-elfloader on Unikraft. In case of issues with Unikraft, post an issue in the Unikraft core repository.

Follow the structure of existing language builds: create a folder named after the language with the source code file and a Makefile for building it with -static-pie..

Hackathon points: 20

Dave080302 commented 1 year ago

David Anghel, i'm on it.