IRC channel logs

2021-11-18.log

back to list of logs

<damo22>Pellescours: i think the build.sh script generates a script that runs with the sh shell, so the exported bash variables are lost eg CPPFLAGS, but there are some exported in the script it generates
<damo22>ie, nbmake-i386
<damo22>to make the variables persist, you run build.sh with -V var=value
<damo22>you cant edit nbmake-i386 by hand, it gets regenerated each time build.sh runs
<Pellescours>damo22: yes I saw, and i found the fix as I said. it's to add a line in the Makefile.inc in pci-userspace
***Emulatorman__ is now known as Emulatorman
<Pellescours>I really don’t understand why some rump symbols are in the generated libraries and others not (example rumpns_ata_delay is in but rumpns_ata_channel_lock is not in)