cpic: Compilation ok but fails to run

This commit is contained in:
Rodrigo Arias
2020-06-15 11:54:22 +02:00
parent a331ec5f14
commit 3c2b7c163f
58 changed files with 3936 additions and 33 deletions

BIN
bsc/nanos6/.git.nix.swp Normal file

Binary file not shown.

View File

@@ -28,9 +28,12 @@ stdenv.mkDerivation rec {
preConfigure = ''
cd ${pname}-${version}
sed -i 's|/bin/echo|echo|g' loader/scripts/common.sh loader/scripts/lint/common.sh
autoreconf -fiv
'';
configureFlags = [
"--with-symbol-resolution=indirect"
];
#configureFlags = []
# ++ (if (extrae != null) then ["--with-extrae=${extrae}"] else [""]);