Open Raphalex46 opened 2 years ago
@Raphalex46 hi, thank you for this.
I was not able to reproduce the warning, Did you build nginx
with everything on the staging branch (unikraft
core, lib-nginx
, lib-pthread-embedded
, lib-lwip
and lib-newlib
)?
@StefanJum Hi,
I'm sorry but I really can't tell you, this was done a while ago for the Unikraft hackathon and I really don't remember the exact setup at the time, and I can't really test this at the moment either.
@StefanJum Hi,
I'm sorry but I really can't tell you, this was done a while ago for the Unikraft hackathon and I really don't remember the exact setup at the time, and I can't really test this at the moment either.
It's fine, don't worry. I will keep looking at different setups to see if the warning pops up. If you remember anything at any time let me know.
This PR is part of the Unikraft Lyon Hackathon.
This warning occured while building app-sqlite :
This is apparently due to the fact that lib-sqlite relies on lib-newlib and not on nolibc, and the
utime
function is not declared correctly in newlib, even though lib-sqlite clearly defines theHAVE_UTIME
macro.