hermit-os / hermit-playground

A playground to build C/C++/Go/Fortran applications on top of RustyHermit
https://hermitcore.org
Apache License 2.0
30 stars 13 forks source link

`libssp` missing in docker container #12

Closed lrapp-x41-pub closed 2 years ago

lrapp-x41-pub commented 2 years ago

libssp is not present in the docker container. This is a library necessary to compile with stack protection mechanisms.

stlankes commented 2 years ago

I added libssp to the latest docker container. Can you test it and give me feedback if it works for you.

lrapp-x41-pub commented 2 years ago

Compiling with -fstack-protector-all works fine now, thanks!