Daniel Koć at
Compiling MINIX 3 under Ubuntu:
- basic instructions:
- change the line include/llvm/IR/ValueMap.h that doesn't compile into (see https://github.com/digego/extempore/issues/318#issuecomment-399398341):
- bool hasMD() const { return bool(MDMap); }
- run the system (log in as root without the password):
- qemu-system-i386 -L . -m 256M -drive file=minix_x86.img,if=ide,format=raw
- next steps
Actually in this case there is another file to fix:
~/minix/src/external/bsd/llvm/dist/llvm/include/llvm/IR/ValueMap.h